FreeWRL/FreeX3D
3.0.0
|
Internal type to hold state for a JSON input string. More...
Data Fields | |
char const * | str |
Start of input string. More... | |
char const * | pos |
Current iteration position. More... | |
char const * | end |
Logical EOF, one-past-the-end of str. More... | |
Internal type to hold state for a JSON input string.
Definition at line 4325 of file cson_amalgamation_core.c.
char const* cson_data_source_StringSource_::end |
Logical EOF, one-past-the-end of str.
Definition at line 4332 of file cson_amalgamation_core.c.
char const* cson_data_source_StringSource_::pos |
Current iteration position.
Must initially be == str.
Definition at line 4330 of file cson_amalgamation_core.c.
char const* cson_data_source_StringSource_::str |
Start of input string.
Definition at line 4328 of file cson_amalgamation_core.c.