#include <switch_xml_config.h>
Collaboration diagram for switch_xml_config_item:
Data Fields | |
| const char * | key |
| switch_xml_config_type_t | type |
| int | flags |
| void * | ptr |
| const void * | defaultvalue |
| void * | data |
| switch_xml_config_callback_t | function |
| const char * | syntax |
| const char * | helptext |
Definition at line 93 of file switch_xml_config.h.
Definition at line 99 of file switch_xml_config.h.
Referenced by switch_xml_config_cleanup(), and switch_xml_config_parse_event().
| const void* switch_xml_config_item::defaultvalue |
Definition at line 96 of file switch_xml_config.h.
Definition at line 100 of file switch_xml_config.h.
Referenced by switch_xml_config_cleanup(), and switch_xml_config_parse_event().
| const char* switch_xml_config_item::helptext |
Definition at line 102 of file switch_xml_config.h.
| const char* switch_xml_config_item::key |
Definition at line 94 of file switch_xml_config.h.
Referenced by switch_xml_config_cleanup(), and switch_xml_config_parse_event().
Definition at line 97 of file switch_xml_config.h.
Referenced by switch_xml_config_cleanup(), and switch_xml_config_parse_event().
| const char* switch_xml_config_item::syntax |
Definition at line 101 of file switch_xml_config.h.
Definition at line 95 of file switch_xml_config.h.
Referenced by switch_xml_config_cleanup(), and switch_xml_config_parse_event().
1.4.7