Asterisk - The Open Source Telephony Project GIT-master-67613d1
Data Fields
aco_option Struct Reference
Collaboration diagram for aco_option:
Collaboration graph
[legend]

Data Fields

const char * aliased_to
 
size_t argc
 
intptr_t args [0]
 
const char * default_val
 
unsigned char deprecated:1
 
unsigned int flags
 
aco_option_handler handler
 
enum aco_matchtype match_type
 
const char * name
 
regex_t * name_regex
 
unsigned int no_doc:1
 
struct aco_type ** obj
 
enum aco_option_type type
 

Detailed Description

Examples
app_skel.c.

Definition at line 62 of file config_options.c.

Field Documentation

◆ aliased_to

const char* aliased_to

Definition at line 64 of file config_options.c.

Referenced by aco_option_register_deprecated().

◆ argc

size_t argc

Definition at line 77 of file config_options.c.

Referenced by __aco_option_register().

◆ args

intptr_t args[0]

◆ default_val

const char* default_val

Definition at line 65 of file config_options.c.

Referenced by __aco_option_register(), aco_set_defaults(), and link_option_to_types().

◆ deprecated

unsigned char deprecated

Definition at line 76 of file config_options.c.

Referenced by aco_option_register_deprecated().

◆ flags

unsigned int flags

◆ handler

Definition at line 70 of file config_options.c.

Referenced by __aco_option_register(), and aco_set_defaults().

◆ match_type

enum aco_matchtype match_type

◆ name

const char* name

◆ name_regex

regex_t* name_regex

Definition at line 67 of file config_options.c.

Referenced by __aco_option_register(), and config_option_destroy().

◆ no_doc

unsigned int no_doc

Definition at line 72 of file config_options.c.

Referenced by __aco_option_register(), and link_option_to_types().

◆ obj

struct aco_type** obj

◆ type

enum aco_option_type type

Definition at line 69 of file config_options.c.

Referenced by __aco_option_register(), link_option_to_types(), and Property::load().


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