Sun Oct 16 2011 08:43:12

Asterisk developer's documentation


ast_category Struct Reference
Collaboration diagram for ast_category:

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_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

Field Documentation

char* file

The file name from whence this declaration was read.

Note:
Will never be NULL

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().

Definition at line 205 of file config.c.

Referenced by ast_category_append().

int lineno

Definition at line 211 of file config.c.

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

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().


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