FreeWRL / FreeX3D 4.3.0
cson_data_source_StringSource_ Struct Reference

Internal type to hold state for a JSON input string. More...

Data Fields

char const * str
 Start of input string.
 
char const * pos
 Current iteration position.
 
char const * end
 Logical EOF, one-past-the-end of str.
 

Detailed Description

Internal type to hold state for a JSON input string.

Definition at line 4325 of file cson_amalgamation_core.c.

Field Documentation

◆ end

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.

◆ pos

char const* cson_data_source_StringSource_::pos

Current iteration position.

Must initially be == str.

Definition at line 4330 of file cson_amalgamation_core.c.

◆ str

char const* cson_data_source_StringSource_::str

Start of input string.

Definition at line 4328 of file cson_amalgamation_core.c.


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