Stardew Engine
Loading...
Searching...
No Matches
cwk_segment Struct Reference

#include <cwalk.h>

Data Fields

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".

Field Documentation

◆ begin

const char* cwk_segment::begin

◆ end

const char* cwk_segment::end

◆ path

const char* cwk_segment::path

◆ segments

const char* cwk_segment::segments

◆ size

size_t cwk_segment::size

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