#include <dnxCfgParser.h>
Data Fields | |
char * | varname |
The string name of the variable. | |
DnxCfgType | type |
The type of the variable. | |
void * | valptr |
The address of the value object. |
Definition at line 68 of file dnxCfgParser.h.
char* DnxCfgDict::varname |
The string name of the variable.
Definition at line 70 of file dnxCfgParser.h.
Referenced by buildCurrentCfgCache(), copyDictionary(), dnxParseCfgVar(), and freeArrayPtrs().
The type of the variable.
Definition at line 71 of file dnxCfgParser.h.
Referenced by copyDictionary(), dnxCfgParserParse(), and dnxParseCfgVar().
void* DnxCfgDict::valptr |
The address of the value object.
Definition at line 72 of file dnxCfgParser.h.
Referenced by copyDictionary(), and dnxCfgParserParse().