Thu Apr 28 2011 17:16:24

Asterisk developer's documentation


ast_category Struct Reference

Collaboration diagram for ast_category:

Data Structures

struct  template_instance_list

Data Fields

char * file
int ignored
int include_level
struct ast_variablelast
int lineno
char name [80]
struct ast_categorynext
struct ast_commentprecomments
struct ast_variableroot
struct ast_commentsameline
struct
ast_category::template_instance_list 
template_instances
struct ast_commenttrailing

Detailed Description

Definition at line 183 of file config.c.


Field Documentation

char* file

the file name from whence this declaration was read

Definition at line 187 of file config.c.

Referenced by ast_category_destroy(), ast_category_new(), 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 185 of file config.c.

Referenced by ast_config_text_file_save(), category_get(), and next_available_category().

Definition at line 186 of file config.c.

Referenced by ast_category_append().

int lineno

Definition at line 188 of file config.c.

Referenced by ast_category_new(), ast_config_text_file_save(), and process_text_line().

the last object in the list will get assigned any trailing comments when EOF is hit

Definition at line 192 of file config.c.

Referenced by ast_category_destroy(), ast_config_text_file_save(), and config_text_file_load().


The documentation for this struct was generated from the following file: