a lexer data More...
Public Types | |
enum | Type { Number, PlaceHolder, Special, Space, String, Unknown } |
the different lexer type More... | |
Public Member Functions | |
LexerData () | |
constructor More... | |
Public Attributes | |
Type | m_type |
the main type More... | |
std::string | m_string |
the data More... | |
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().