|
The Assimilation Monitoring Project
|
#include <configcontext.h>

Data Fields | |
| AssimObj | baseclass |
| enum ConfigValType | valtype |
| union { | |
| gint64 intvalue | |
| double floatvalue | |
| GSList * arrayvalue | |
| char * strvalue | |
| ConfigContext * cfgctxvalue | |
| NetAddr * addrvalue | |
| Frame * framevalue | |
| } | u |
Definition at line 57 of file configcontext.h.
| NetAddr* _ConfigValue::addrvalue |
Definition at line 66 of file configcontext.h.
Referenced by _configcontext_elem_toString(), _configcontext_getaddr(), _configcontext_JSON_parse_value(), and _configcontext_setaddr().
| GSList* _ConfigValue::arrayvalue |
Definition at line 63 of file configcontext.h.
Referenced by _configcontext_elem_toString(), _configcontext_getarray(), _configcontext_JSON_parse_value(), and _configcontext_setarray().
| AssimObj _ConfigValue::baseclass |
Definition at line 58 of file configcontext.h.
| ConfigContext* _ConfigValue::cfgctxvalue |
Definition at line 65 of file configcontext.h.
Referenced by _configcontext_elem_toString(), _configcontext_getconfig(), _configcontext_JSON_parse_value(), and _configcontext_setconfig().
| double _ConfigValue::floatvalue |
Definition at line 62 of file configcontext.h.
Referenced by _configcontext_elem_toString(), and _configcontext_JSON_parse_value().
| Frame* _ConfigValue::framevalue |
Definition at line 67 of file configcontext.h.
Referenced by _configcontext_elem_toString(), _configcontext_getframe(), and _configcontext_setframe().
| gint64 _ConfigValue::intvalue |
Definition at line 61 of file configcontext.h.
Referenced by _configcontext_elem_toString(), _configcontext_getbool(), _configcontext_getint(), _configcontext_JSON_parse_value(), _configcontext_setbool(), and _configcontext_setint().
| char* _ConfigValue::strvalue |
Definition at line 64 of file configcontext.h.
Referenced by _configcontext_elem_toString(), _configcontext_getstring(), _configcontext_JSON_parse_value(), and _configcontext_setstring().
| union { ... } _ConfigValue::u |
Referenced by _configcontext_elem_toString(), _configcontext_getaddr(), _configcontext_getarray(), _configcontext_getbool(), _configcontext_getconfig(), _configcontext_getframe(), _configcontext_getint(), _configcontext_getstring(), _configcontext_JSON_parse_value(), _configcontext_setaddr(), _configcontext_setarray(), _configcontext_setbool(), _configcontext_setconfig(), _configcontext_setframe(), _configcontext_setint(), _configcontext_setstring(), and _configcontext_value_new().
| enum ConfigValType _ConfigValue::valtype |
Definition at line 59 of file configcontext.h.
Referenced by _configcontext_elem_toString(), _configcontext_getaddr(), _configcontext_getarray(), _configcontext_getbool(), _configcontext_getconfig(), _configcontext_getframe(), _configcontext_getint(), _configcontext_getstring(), _configcontext_gettype(), and _configcontext_value_new().