FreeWRL / FreeX3D 4.3.0
cson_object_iterator Struct Reference

An iterator type for traversing object properties. More...

#include <cson_amalgamation_core.h>

Data Fields

cson_object const * obj
 
unsigned int pos
 

Detailed Description

An iterator type for traversing object properties.

Its values must be considered private, not to be touched by client code.

See also
cson_object_iter_init()
cson_object_iter_next()

Definition at line 1699 of file cson_amalgamation_core.h.

Field Documentation

◆ obj

cson_object const* cson_object_iterator::obj

Definition at line 1705 of file cson_amalgamation_core.h.

◆ pos

unsigned int cson_object_iterator::pos

Definition at line 1709 of file cson_amalgamation_core.h.


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