CalcTokenUnion Union Reference

CalcTokenUnion is an union of the possible basic types that a token/expression can be in the calculator grammar. More...

#include <CalcLexer.h>

List of all members.

Public Attributes

double v_double
int64_t v_int64
uint64_t v_uint64
TProgramCounter v_pc
StandardTypeDescriptorOrdinal v_type
RegisterReference::ERegisterSet v_regset
RegisterReferencep_regref
Instructionp_inst


Detailed Description

CalcTokenUnion is an union of the possible basic types that a token/expression can be in the calculator grammar.

CalcTokenUnion is not used directly but as part of the CalcTokenValue.

Definition at line 51 of file CalcLexer.h.


Member Data Documentation

double CalcTokenUnion::v_double

Definition at line 53 of file CalcLexer.h.

int64_t CalcTokenUnion::v_int64

Definition at line 54 of file CalcLexer.h.

uint64_t CalcTokenUnion::v_uint64

Definition at line 55 of file CalcLexer.h.

TProgramCounter CalcTokenUnion::v_pc

Definition at line 56 of file CalcLexer.h.

StandardTypeDescriptorOrdinal CalcTokenUnion::v_type

Definition at line 57 of file CalcLexer.h.

RegisterReference::ERegisterSet CalcTokenUnion::v_regset

Definition at line 58 of file CalcLexer.h.

RegisterReference* CalcTokenUnion::p_regref

Definition at line 59 of file CalcLexer.h.

Instruction* CalcTokenUnion::p_inst

Definition at line 60 of file CalcLexer.h.


The documentation for this union was generated from the following file:
Generated on Mon Jun 22 04:00:28 2009 for Fennel by  doxygen 1.5.1