Internal: class to store the token properties of a HanMacWrdKText. 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 HanMacWrdKText.
| HanMacWrdKTextInternal::Token::Token | ( | ) | [inline] |
Constructor.
| HanMacWrdKTextInternal::Token::~Token | ( | ) | [inline] |
destructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Token const & | tkn | ||
| ) | [friend] |
operator<<
| std::string HanMacWrdKTextInternal::Token::m_extra |
extra data, mainly for debugging
Referenced by HanMacWrdKText::readToken().
the identificator
Referenced by HanMacWrdKText::readTextZone(), HanMacWrdKText::readToken(), and HanMacWrdKText::sendText().
the type
Referenced by HanMacWrdKText::readToken(), and HanMacWrdKText::sendText().