www.cemf.ir
token::content Union Reference

A union of token types. More...

Public Attributes

int64_t int64Val
 
int flagVal
 
punctuationToken punctuationVal
 
float floatVal
 
double doubleVal
 
wordwordPtr
 
wordstringPtr
 

Detailed Description

A union of token types.

Definition at line 161 of file token.hpp.

Member Data Documentation

◆ int64Val

int64_t int64Val

Definition at line 164 of file token.hpp.

Referenced by token::boolean(), token::operator==(), and token::token().

◆ flagVal

int flagVal

Definition at line 166 of file token.hpp.

Referenced by token::flag(), and token::operator==().

◆ punctuationVal

punctuationToken punctuationVal

Definition at line 167 of file token.hpp.

Referenced by token::operator==(), and token::token().

◆ floatVal

float floatVal

Definition at line 168 of file token.hpp.

Referenced by token::operator==(), and token::token().

◆ doubleVal

double doubleVal

Definition at line 169 of file token.hpp.

Referenced by token::operator==(), and token::token().

◆ wordPtr

word* wordPtr

Definition at line 172 of file token.hpp.

Referenced by token::operator=(), token::operator==(), and token::token().

◆ stringPtr

word* stringPtr

Definition at line 173 of file token.hpp.

Referenced by token::operator=(), token::operator==(), and token::token().


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