Struct cwk_segment
#include <cwalk.h>
Public Attributes
| Type | Name |
|---|---|
| const char * | begin |
| const char * | end |
| const char * | path |
| const char * | segments |
| 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".
Public Attributes Documentation
variable begin
const char* cwk_segment::begin;
variable end
const char* cwk_segment::end;
variable path
const char* cwk_segment::path;
variable segments
const char* cwk_segment::segments;
variable size
size_t cwk_segment::size;
The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/engine/include/cwalk.h