Asterisk - The Open Source Telephony Project GIT-master-b023714
Loading...
Searching...
No Matches
Data Structures | Data Fields
ast_category Struct Reference
Collaboration diagram for ast_category:
Collaboration graph
[legend]

Data Structures

struct  template_instance_list
 

Data Fields

char * file
 The file name from whence this declaration was read.
 
int ignored:1
 
int include_level
 
struct ast_variablelast
 
int lineno
 
int loaded:1
 
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 226 of file main/config.c.

Field Documentation

◆ file

char * file

◆ ignored

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 228 of file main/config.c.

Referenced by ast_category_is_template(), ast_config_text_file_save2(), category_get(), does_category_match(), new_category(), next_available_category(), and process_text_line().

◆ include_level

int include_level

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

Referenced by ast_category_append().

◆ last

struct ast_variable * last

◆ lineno

int lineno

◆ loaded

int loaded

0 = created in memory, 1 = loaded from disk

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

Referenced by ast_config_text_file_save2().

◆ name

char name

◆ next

struct ast_category * next

◆ precomments

struct ast_comment * precomments

◆ prev

struct ast_category* prev

◆ root

struct ast_variable * root

◆ sameline

struct ast_comment * sameline

◆ template_instances

struct ast_category::template_instance_list template_instances

◆ trailing

struct ast_comment* trailing

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

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

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


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