Asterisk - The Open Source Telephony Project
21.4.1
|
Data Structures | |
struct | template_instance_list |
Data Fields | |
char * | file |
The file name from whence this declaration was read. More... | |
int | ignored |
int | include_level |
struct ast_variable * | last |
int | lineno |
char | name [80] |
struct ast_category * | next |
struct ast_comment * | precomments |
struct ast_category * | prev |
struct ast_variable * | root |
struct ast_comment * | sameline |
struct ast_category::template_instance_list | template_instances |
struct ast_comment * | trailing |
Definition at line 225 of file main/config.c.
char * file |
The file name from whence this declaration was read.
the file name from whence this declaration was read
Definition at line 233 of file main/config.c.
Referenced by ast_category_new(), ast_config_copy(), and ast_config_text_file_save2().
int ignored |
do not let user of the config see this category – set by (!) after the category decl; a template
do not let user of the config see this category
Definition at line 227 of file main/config.c.
Referenced by ast_category_is_template(), ast_config_text_file_save2(), does_category_match(), and process_text_line().
struct ast_variable * last |
Last category variable in the list.
Definition at line 242 of file main/config.c.
Referenced by ast_category_empty(), ast_config_copy(), ast_config_engine_deregister(), and ast_variable_update().
struct ast_category * next |
Next node in the list.
Definition at line 246 of file main/config.c.
Referenced by ast_category_append(), ast_category_browse(), ast_category_browse_filtered(), ast_category_delete(), ast_category_get_templates(), ast_category_inherit(), ast_category_insert(), ast_config_copy(), ast_config_destroy(), ast_config_sort_categories(), ast_config_text_file_save2(), and ast_load_realtime_fields().
struct ast_category* prev |
Previous node in the list.
Definition at line 244 of file main/config.c.
Referenced by ast_category_append(), ast_category_delete(), ast_category_insert(), and ast_load_realtime_fields().
struct ast_variable * root |
First category variable in the list.
Definition at line 240 of file main/config.c.
Referenced by ast_category_empty(), ast_category_first(), ast_category_inherit(), ast_category_root(), ast_config_copy(), ast_config_destroy(), ast_config_text_file_save2(), ast_variable_find(), ast_variable_update(), and does_category_match().
struct ast_comment* trailing |
the last object in the list will get assigned any trailing comments when EOF is hit
Definition at line 238 of file main/config.c.
Referenced by ast_config_text_file_save2(), and config_text_file_load().