Asterisk - The Open Source Telephony Project  21.4.1
Data Structures | Data Fields
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_categoryprev
 
struct ast_variableroot
 
struct ast_commentsameline
 
struct ast_category::template_instance_list template_instances
 
struct ast_commenttrailing
 

Detailed Description

Definition at line 225 of file main/config.c.

Field Documentation

char * file

The file name from whence this declaration was read.

Note
Will never be NULL

the file name from whence this declaration was read

Definition at line 233 of file main/config.c.

Referenced by ast_category_new(), ast_config_copy(), and ast_config_text_file_save2().

int ignored

do not let user of the config see this category – set by (!) after the category decl; a template

do not let user of the config see this category

Definition at line 227 of file main/config.c.

Referenced by ast_category_is_template(), ast_config_text_file_save2(), does_category_match(), and process_text_line().

struct ast_variable * last

Last category variable in the list.

Definition at line 242 of file main/config.c.

Referenced by ast_category_empty(), ast_config_copy(), ast_config_engine_deregister(), and ast_variable_update().

struct ast_category * next
struct ast_category* prev

Previous node in the list.

Definition at line 244 of file main/config.c.

Referenced by ast_category_append(), ast_category_delete(), ast_category_insert(), and ast_load_realtime_fields().

struct ast_variable * root
struct ast_comment* trailing

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

Definition at line 238 of file main/config.c.

Referenced by ast_config_text_file_save2(), and config_text_file_load().


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