Tue Aug 24 2010 19:42:04

Asterisk developer's documentation


Data Fields

YYSTYPE Union Reference

#include <ast_expr2.h>

Collaboration diagram for YYSTYPE:
Collaboration graph
[legend]

Data Fields

struct expr_nodearglist
int intval
struct pvalpval
char * str
struct valval

Detailed Description

Definition at line 488 of file ast_expr2.c.


Field Documentation

struct expr_node * arglist

Definition at line 492 of file ast_expr2.c.

Referenced by yyparse().

int intval

Definition at line 247 of file ael.tab.c.

Referenced by yyparse().

struct pval * pval

Definition at line 249 of file ael.tab.c.

Referenced by yydestruct(), and yyparse().

char * str

Definition at line 248 of file ael.tab.c.

Referenced by yydestruct(), and yyparse().

struct val * val

Definition at line 491 of file ast_expr2.c.

Referenced by yydestruct(), and yyparse().


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