Struct cwk_segment_joined
ClassList > cwk_segment_joined
Public Attributes
| Type | Name |
|---|---|
| size_t | path_index |
| const char ** | paths |
| struct cwk_segment | segment |
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.
Public Attributes Documentation
variable path_index
size_t cwk_segment_joined::path_index;
variable paths
const char** cwk_segment_joined::paths;
variable segment
struct cwk_segment cwk_segment_joined::segment;
The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/engine/src/vendor/cwalk.c