
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 210 of file config.c.
Referenced by ast_include_rename(), ast_category_new(), ast_category_destroy(), and ast_config_text_file_save().
| int ignored |
do not let user of the config see this category -- set by (!) after the category decl; a template
Definition at line 204 of file config.c.
Referenced by category_get(), next_available_category(), and ast_config_text_file_save().
| int include_level |
Definition at line 205 of file config.c.
Referenced by ast_category_append().
| struct ast_variable* last |
Last category variable in the list.
Definition at line 219 of file config.c.
Referenced by ast_include_rename(), ast_variable_append(), ast_category_destroy(), ast_category_detach_variables(), ast_variable_delete(), ast_variable_update(), and ast_category_empty().
| int lineno |
Definition at line 211 of file config.c.
Referenced by ast_category_new(), process_text_line(), and ast_config_text_file_save().
| char name[80] |
Definition at line 203 of file config.c.
Referenced by ast_variable_browse(), ast_category_new(), category_get(), ast_category_insert(), ast_category_browse(), ast_category_rename(), inherit_category(), ast_category_empty(), and ast_config_text_file_save().
| struct ast_category* next |
Next node in the list.
Definition at line 221 of file config.c.
Referenced by ast_include_rename(), ast_variable_retrieve(), category_get(), ast_category_append(), ast_category_insert(), next_available_category(), ast_category_browse(), ast_category_delete(), ast_category_empty(), ast_config_destroy(), and ast_config_text_file_save().
| struct ast_comment* precomments |
Definition at line 213 of file config.c.
Referenced by ast_category_destroy(), process_text_line(), and ast_config_text_file_save().
| struct ast_variable* root |
First category variable in the list.
Definition at line 217 of file config.c.
Referenced by ast_include_rename(), ast_variable_append(), ast_variable_insert(), ast_variable_browse(), ast_variable_retrieve(), move_variables(), ast_category_destroy(), ast_category_first(), ast_category_root(), ast_category_detach_variables(), inherit_category(), ast_variable_delete(), ast_variable_update(), ast_category_empty(), and ast_config_text_file_save().
| struct ast_comment* sameline |
Definition at line 214 of file config.c.
Referenced by ast_category_destroy(), process_text_line(), and ast_config_text_file_save().
Referenced by ast_destroy_template_list(), and ast_config_text_file_save().
| struct ast_comment* trailing |
the last object in the list will get assigned any trailing comments when EOF is hit
Definition at line 215 of file config.c.
Referenced by ast_category_destroy(), config_text_file_load(), and ast_config_text_file_save().