#include <bspfile.h>
Data Fields | |
struct epair_s * | next |
char * | key |
char * | value |
Definition at line 37 of file bspfile.h.
char* epair_s::key |
the name of the parameter
Definition at line 39 of file bspfile.h.
Referenced by Check_TargetExists(), CheckEntities(), ParseEpair(), ProcessSubModel(), SetKeyValue(), UnparseEntities(), ValueForKey(), and WriteMapEntities().
struct epair_s* epair_s::next |
the next entry in the key, value list
Definition at line 38 of file bspfile.h.
Referenced by CheckEntities(), ParseEntity(), ParseMapEntity(), SetKeyValue(), UnparseEntities(), ValueForKey(), and WriteMapEntities().
char* epair_s::value |
the value of the parameter
Definition at line 40 of file bspfile.h.
Referenced by Check_TargetExists(), CheckEntities(), ParseEpair(), ProcessSubModel(), SetKeyValue(), UnparseEntities(), ValueForKey(), and WriteMapEntities().