token::content Union Reference

Public Attributes

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

Detailed Description

Definition at line 159 of file token.hpp.

Member Data Documentation

◆ int64Val

int64_t int64Val

Definition at line 162 of file token.hpp.

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

◆ flagVal

int flagVal

Definition at line 164 of file token.hpp.

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

◆ punctuationVal

punctuationToken punctuationVal

Definition at line 165 of file token.hpp.

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

◆ floatVal

float floatVal

Definition at line 166 of file token.hpp.

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

◆ doubleVal

double doubleVal

Definition at line 167 of file token.hpp.

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

◆ wordPtr

word* wordPtr

Definition at line 170 of file token.hpp.

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

◆ stringPtr

word* stringPtr

Definition at line 171 of file token.hpp.

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


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