FreeWRL/FreeX3D
3.0.0
|
A key/value pair collection. More...
#include <cson_amalgamation_core.h>
Data Fields | |
cson_value * | key |
cson_value * | value |
A key/value pair collection.
This class represents a key/value pair and is used for storing object properties.
Each of these objects owns its key/value pointers, and they are cleaned up by cson_kvp_clean().
It is opaque to client code, and the public API only uses this type for purposes of iterating over cson_object properties using the cson_object_iterator interfaces.
Definition at line 2022 of file cson_amalgamation_core.c.