|
theConfig 10.0
|
#include <libconfig_modified.h>
Collaboration diagram for config_t:Data Fields | |
| config_setting_t * | root |
| void(* | destructor )(void *) |
| int | options |
| unsigned short | tab_width |
| unsigned short | float_precision |
| unsigned short | default_format |
| const char * | include_dir |
| config_include_fn_t | include_fn |
| const char * | error_text |
| const char * | error_file |
| int | error_line |
| config_error_t | error_type |
| const char ** | filenames |
| void * | hook |
Definition at line 121 of file libconfig_modified.h.
| unsigned short config_t::default_format |
Definition at line 128 of file libconfig_modified.h.
| void(* config_t::destructor) (void *) |
Definition at line 124 of file libconfig_modified.h.
| const char* config_t::error_file |
Definition at line 132 of file libconfig_modified.h.
| int config_t::error_line |
Definition at line 133 of file libconfig_modified.h.
| const char* config_t::error_text |
Definition at line 131 of file libconfig_modified.h.
| config_error_t config_t::error_type |
Definition at line 134 of file libconfig_modified.h.
| const char** config_t::filenames |
Definition at line 135 of file libconfig_modified.h.
| unsigned short config_t::float_precision |
Definition at line 127 of file libconfig_modified.h.
| void* config_t::hook |
Definition at line 136 of file libconfig_modified.h.
| const char* config_t::include_dir |
Definition at line 129 of file libconfig_modified.h.
| config_include_fn_t config_t::include_fn |
Definition at line 130 of file libconfig_modified.h.
| int config_t::options |
Definition at line 125 of file libconfig_modified.h.
| config_setting_t* config_t::root |
Definition at line 123 of file libconfig_modified.h.
| unsigned short config_t::tab_width |
Definition at line 126 of file libconfig_modified.h.