
Data Fields | |
| char * | file |
| 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 |
Data Structures | |
| struct | template_instance_list |
Definition at line 170 of file config.c.
| char* file |
the file name from whence this declaration was read
Definition at line 174 of file config.c.
Referenced by ast_category_destroy(), ast_category_new(), ast_include_rename(), and 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 172 of file config.c.
Referenced by category_get(), config_text_file_save(), and next_available_category().
| int include_level |
struct ast_variable* last [read] |
Definition at line 181 of file config.c.
Referenced by ast_category_detach_variables(), ast_category_empty(), ast_variable_append(), ast_variable_delete(), and ast_variable_update().
| int lineno |
Definition at line 175 of file config.c.
Referenced by ast_category_new(), and config_text_file_save().
| char name[80] |
Definition at line 171 of file config.c.
Referenced by ast_category_browse(), ast_category_empty(), ast_category_insert(), ast_category_new(), ast_category_rename(), ast_variable_browse(), category_get(), config_text_file_save(), and inherit_category().
struct ast_category* next [read] |
Definition at line 182 of file config.c.
Referenced by ast_category_append(), ast_category_browse(), ast_category_delete(), ast_category_empty(), ast_category_insert(), ast_config_destroy(), ast_include_rename(), ast_variable_retrieve(), category_get(), config_text_file_save(), and next_available_category().
struct ast_comment* precomments [read] |
Definition at line 177 of file config.c.
Referenced by ast_destroy_comments(), config_text_file_save(), and process_text_line().
struct ast_variable* root [read] |
Definition at line 180 of file config.c.
Referenced by ast_category_destroy(), ast_category_detach_variables(), ast_category_empty(), ast_category_first(), ast_category_root(), ast_include_rename(), ast_variable_append(), ast_variable_browse(), ast_variable_delete(), ast_variable_insert(), ast_variable_retrieve(), ast_variable_update(), config_text_file_save(), inherit_category(), and move_variables().
struct ast_comment* sameline [read] |
Definition at line 178 of file config.c.
Referenced by ast_destroy_comments(), config_text_file_save(), and process_text_line().
Referenced by ast_destroy_template_list(), and config_text_file_save().
struct ast_comment* trailing [read] |
the last object in the list will get assigned any trailing comments when EOF is hit
Definition at line 179 of file config.c.
Referenced by ast_destroy_comments(), config_text_file_load(), and config_text_file_save().
1.5.6