HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EV_TOKENVALUE Union Reference

union used to hold a token's value More...

#include <EXPR.h>

Public Attributes

fpreal fval
 
char * sval
 
voiddata
 

Detailed Description

union used to hold a token's value

Definition at line 152 of file EXPR.h.

Member Data Documentation

void* EV_TOKENVALUE::data
Examples:
expr/functions.C.

Definition at line 155 of file EXPR.h.

fpreal EV_TOKENVALUE::fval
Examples:
expr/functions.C.

Definition at line 153 of file EXPR.h.

char* EV_TOKENVALUE::sval

Definition at line 154 of file EXPR.h.


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