a lexer data More...
Public Types | |
enum | Type { Number , PlaceHolder , Special , Space , String , Unknown } |
the different lexer type More... | |
Public Member Functions | |
LexerData () | |
constructor | |
Public Attributes | |
Type | m_type |
the main type | |
std::string | m_string |
the data | |
a lexer data
|
inline |
constructor
std::string STOFFStarMathToMMLConverterInternal::LexerData::m_string |
the data
Referenced by STOFFStarMathToMMLConverterInternal::Parser::convert().
Type STOFFStarMathToMMLConverterInternal::LexerData::m_type |
the main type
Referenced by STOFFStarMathToMMLConverterInternal::Parser::convert().