Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_category Struct Reference

Data Structures

struct  template_instance_list
 

Data Fields

char * file
 The file name from whence this declaration was read. More...
 
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 214 of file config.c.

Field Documentation

char* file

The file name from whence this declaration was read.

Note
Will never be NULL

Definition at line 222 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 216 of file config.c.

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

int include_level

Definition at line 217 of file config.c.

Referenced by ast_category_append().

int lineno

Definition at line 223 of file config.c.

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

struct ast_comment* precomments

Definition at line 225 of file config.c.

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

struct ast_comment* sameline

Definition at line 226 of file config.c.

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

struct ast_comment* trailing

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

Definition at line 227 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: