Wed Jan 8 2020 09:50:25

Asterisk developer's documentation


YYSTYPE Union Reference

#include <ast_expr2.h>

Data Fields

struct expr_nodearglist
 
int intval
 
struct pvalpval
 
char * str
 
struct valval
 

Detailed Description

Definition at line 472 of file ast_expr2.c.

Field Documentation

struct expr_node * arglist

Definition at line 479 of file ast_expr2.c.

Referenced by switch().

int intval

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

Referenced by switch().

struct pval * pval

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

Referenced by switch().

char * str

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

Referenced by switch().

struct val * val

Definition at line 478 of file ast_expr2.c.

Referenced by switch().


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