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