YAP 7.1.0
cwk_segment

A segment represents a single component of a path. More...

#include <cwalk.h>

Public Attributes

const char * path
 
const char * segments
 
const char * begin
 
const char * end
 
size_t size
 

Detailed Description

A segment represents a single component of a path.

For instance, on linux a path might look like this "/var/log/", which consists of two segments "var" and "log"

Definition at line 14 of file cwalk.h.

Member Data Documentation

◆ begin

const char* begin

Definition at line 18 of file cwalk.h.

◆ end

const char* end

Definition at line 19 of file cwalk.h.

◆ path

const char* path

Definition at line 16 of file cwalk.h.

◆ segments

const char* segments

Definition at line 17 of file cwalk.h.

◆ size

size_t size

Definition at line 20 of file cwalk.h.


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