FreeWRL / FreeX3D 4.3.0
|
An iterator type for traversing object properties. More...
#include <cson_amalgamation_core.h>
Data Fields | |
cson_object const * | obj |
unsigned int | pos |
An iterator type for traversing object properties.
Its values must be considered private, not to be touched by client code.
Definition at line 1699 of file cson_amalgamation_core.h.
cson_object const* cson_object_iterator::obj |
Definition at line 1705 of file cson_amalgamation_core.h.
unsigned int cson_object_iterator::pos |
Definition at line 1709 of file cson_amalgamation_core.h.