#include <Token.h>
◆ Token() [1/2]
◆ Token() [2/2]
| Token::Token |
( |
const Token & |
token | ) |
|
◆ appendChar()
| void Token::appendChar |
( |
char |
ch | ) |
|
◆ clearSpecial()
| long Token::clearSpecial |
( |
long |
bits | ) |
|
◆ copyValues()
| void Token::copyValues |
( |
Token & |
token | ) |
|
◆ getBuffer()
◆ isAllSpecial()
| bool Token::isAllSpecial |
( |
long |
bits | ) |
|
◆ isAnySpecial()
| bool Token::isAnySpecial |
( |
long |
bits | ) |
|
◆ length()
◆ reset()
◆ setSpecial()
| long Token::setSpecial |
( |
long |
bits | ) |
|
◆ boolValue
| bool Token::boolValue = false |
◆ code
◆ doubleValue
| long double Token::doubleValue = 0.0 |
◆ expFound
| bool Token::expFound = false |
◆ expPortion
| long Token::expPortion = 0 |
◆ expSign
| bool Token::expSign = false |
◆ fracDigits
| int Token::fracDigits = 0 |
◆ fracFound
| bool Token::fracFound = false |
◆ fracPortion
| long Token::fracPortion = 0 |
◆ infNanFound
| bool Token::infNanFound = false |
◆ intFound
| bool Token::intFound = false |
◆ intPortion
| long long Token::intPortion = 0 |
◆ intRadix
◆ lineNumber
| int Token::lineNumber = 0 |
◆ linePosition
| int Token::linePosition = 0 |
◆ negFound
| bool Token::negFound = false |
◆ specialBits
| long Token::specialBits = 0L |
◆ timeValue
| time_t Token::timeValue = 0 |
◆ tokenPosition
| int Token::tokenPosition = 0 |
◆ type
The documentation for this class was generated from the following files:
- /github/workspace/src/Utilities/Parser/Token.h
- /github/workspace/src/Utilities/Parser/Token.cpp