YAP 7.1.0
cwk_segment_joined

A joined path represents multiple path strings which are concatenated, but not (necessarily) stored in contiguous memory. More...

Public Attributes

struct cwk_segment segment
 
const char ** paths
 
size_t path_index
 

Detailed Description

A joined path represents multiple path strings which are concatenated, but not (necessarily) stored in contiguous memory.

The joined path allows to iterate over the segments as if it was one piece of path

Definition at line 32 of file cwalk.c.

Member Data Documentation

◆ path_index

size_t path_index

Definition at line 36 of file cwalk.c.

◆ paths

const char** paths

Definition at line 35 of file cwalk.c.

◆ segment

struct cwk_segment segment

Definition at line 34 of file cwalk.c.


The documentation for this struct was generated from the following file: