Internal: class to store the token properties of a HMWKText. More...
Public Member Functions | |
Token () | |
Constructor. | |
~Token () | |
destructor | |
Public Attributes | |
int | m_type |
the type | |
long | m_id |
the identificator | |
std::string | m_extra |
extra data, mainly for debugging | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Token const &tkn) |
operator<< |
Internal: class to store the token properties of a HMWKText.
HMWKTextInternal::Token::Token | ( | ) | [inline] |
Constructor.
HMWKTextInternal::Token::~Token | ( | ) | [inline] |
destructor
std::ostream& operator<< | ( | std::ostream & | o, |
Token const & | tkn | ||
) | [friend] |
operator<<
std::string HMWKTextInternal::Token::m_extra |
extra data, mainly for debugging
Referenced by HMWKText::readToken().
the identificator
Referenced by HMWKText::readTextZone(), HMWKText::readToken(), and HMWKText::sendText().
the type
Referenced by HMWKText::readToken(), and HMWKText::sendText().