Asterisk - The Open Source Telephony Project
18.5.0
|
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_destroy(), ast_category_new(), ast_config_copy(), ast_config_text_file_save2(), ast_include_rename(), localized_ast_include_rename(), localized_config_text_file_save(), and new_category().
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(), ast_variable_append(), category_get(), does_category_match(), new_category(), next_available_category(), and process_text_line().
int include_level |
Definition at line 228 of file main/config.c.
Referenced by ast_category_append().
struct ast_variable * last |
Last category variable in the list.
Definition at line 242 of file main/config.c.
Referenced by ast_category_destroy(), ast_category_detach_variables(), ast_category_empty(), ast_config_copy(), ast_include_rename(), ast_variable_append(), ast_variable_delete(), and ast_variable_update().
int lineno |
Definition at line 234 of file main/config.c.
Referenced by ast_category_new(), ast_config_copy(), ast_config_text_file_save2(), config_text_file_load(), localized_config_text_file_save(), new_category(), and process_text_line().
char name |
Definition at line 226 of file main/config.c.
Referenced by ast_category_browse(), ast_category_get_name(), ast_category_inherit(), ast_category_insert(), ast_category_new(), ast_category_rename(), ast_config_copy(), ast_config_text_file_save2(), ast_variable_browse(), category_get(), category_get_sep(), does_category_match(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), localized_config_text_file_save(), and new_category().
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_insert(), ast_config_copy(), ast_config_destroy(), ast_config_sort_categories(), ast_config_text_file_save2(), ast_include_rename(), ast_variable_retrieve(), category_get(), category_get_sep(), localized_ast_include_rename(), localized_config_text_file_save(), and next_available_category().
struct ast_comment * precomments |
Definition at line 236 of file main/config.c.
Referenced by ast_category_destroy(), ast_config_text_file_save2(), localized_config_text_file_save(), and process_text_line().
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(), ast_load_realtime_fields(), ast_manager_register_struct(), ast_variable_delete(), ast_variable_update(), and handle_cli_config_reload().
struct ast_variable * root |
First category variable in the list.
Definition at line 240 of file main/config.c.
Referenced by ast_category_destroy(), ast_category_detach_variables(), ast_category_empty(), ast_category_first(), ast_category_inherit(), ast_category_root(), ast_config_copy(), ast_config_destroy(), ast_config_text_file_save2(), ast_include_rename(), ast_variable_append(), ast_variable_browse(), ast_variable_delete(), ast_variable_find(), ast_variable_insert(), ast_variable_retrieve(), ast_variable_update(), does_category_match(), inherit_category(), localized_ast_include_rename(), localized_config_text_file_save(), and move_variables().
struct ast_comment * sameline |
Definition at line 237 of file main/config.c.
Referenced by ast_category_destroy(), ast_config_text_file_save2(), localized_config_text_file_save(), and process_text_line().
struct ast_category::template_instance_list template_instances |
Referenced by ast_category_get_templates(), ast_config_text_file_save2(), and ast_destroy_template_list().
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_category_destroy(), ast_config_text_file_save2(), and config_text_file_load().