FAUST compiler  0.9.9.6b8
Public Attributes | List of all members
YYSTYPE Union Reference
Collaboration diagram for YYSTYPE:
Collaboration graph
[legend]

Public Attributes

CTreeexp
 
char * str
 
string * cppstr
 
bool b
 

Detailed Description

Definition at line 301 of file faustparser.cpp.

Member Data Documentation

bool YYSTYPE::b

Definition at line 309 of file faustparser.cpp.

Referenced by yyparse().

string* YYSTYPE::cppstr

Definition at line 308 of file faustparser.cpp.

Referenced by yyparse().

CTree* YYSTYPE::exp

Definition at line 306 of file faustparser.cpp.

Referenced by yyparse().

char* YYSTYPE::str

Definition at line 307 of file faustparser.cpp.


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