
Data Structures | |
| struct | template_instance_list |
Data Fields | |
| char * | file |
| The file name from whence this declaration was read. | |
| int | ignored |
| int | include_level |
| struct ast_variable * | last |
| int | lineno |
| char | name [80] |
| struct ast_category * | next |
| struct ast_comment * | precomments |
| struct ast_variable * | root |
| struct ast_comment * | sameline |
| struct ast_category::template_instance_list | template_instances |
| struct ast_comment * | trailing |
| char* file |
The file name from whence this declaration was read.
Definition at line 221 of file config.c.
Referenced by ast_category_destroy(), ast_category_new(), ast_config_copy(), ast_config_text_file_save(), and ast_include_rename().
| int ignored |
do not let user of the config see this category -- set by (!) after the category decl; a template
Definition at line 215 of file config.c.
Referenced by ast_config_text_file_save(), category_get(), and next_available_category().
| int include_level |
Definition at line 216 of file config.c.
Referenced by ast_category_append().
| struct ast_variable* last |
Last category variable in the list.
Definition at line 230 of file 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 222 of file config.c.
Referenced by ast_category_new(), ast_config_copy(), ast_config_text_file_save(), and process_text_line().
| char name[80] |
Definition at line 214 of file config.c.
Referenced by ast_category_browse(), ast_category_empty(), ast_category_insert(), ast_category_new(), ast_category_rename(), ast_config_copy(), ast_config_text_file_save(), ast_variable_browse(), category_get(), and inherit_category().
| struct ast_category* next |
Next node in the list.
Definition at line 232 of file config.c.
Referenced by ast_category_append(), ast_category_browse(), ast_category_delete(), ast_category_empty(), ast_category_insert(), ast_config_copy(), ast_config_destroy(), ast_config_sort_categories(), ast_config_text_file_save(), ast_include_rename(), ast_variable_retrieve(), category_get(), and next_available_category().
| struct ast_comment* precomments |
Definition at line 224 of file config.c.
Referenced by ast_category_destroy(), ast_config_text_file_save(), and process_text_line().
| struct ast_variable* root |
First category variable in the list.
Definition at line 228 of file config.c.
Referenced by ast_category_destroy(), ast_category_detach_variables(), ast_category_empty(), ast_category_first(), ast_category_root(), ast_config_copy(), ast_config_text_file_save(), ast_include_rename(), ast_variable_append(), ast_variable_browse(), ast_variable_delete(), ast_variable_insert(), ast_variable_retrieve(), ast_variable_update(), inherit_category(), and move_variables().
| struct ast_comment* sameline |
Definition at line 225 of file config.c.
Referenced by ast_category_destroy(), ast_config_text_file_save(), and process_text_line().
Referenced by ast_config_text_file_save(), 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 226 of file config.c.
Referenced by ast_category_destroy(), ast_config_text_file_save(), and config_text_file_load().