Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


expr_node Struct Reference
Collaboration diagram for expr_node:

Data Fields

struct expr_nodeleft
struct expr_noderight
enum node_type type
struct valval

Field Documentation

struct expr_node* left

Definition at line 343 of file ast_expr2.c.

struct expr_node* right

Definition at line 344 of file ast_expr2.c.

Referenced by yyparse(), destroy_arglist(), compose_func_args(), and op_func().

Definition at line 341 of file ast_expr2.c.

Referenced by alloc_expr_node().

struct val* val

Definition at line 342 of file ast_expr2.c.

Referenced by yyparse(), destroy_arglist(), compose_func_args(), and op_func().


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