Internal: the field of MSWParser. More...
Public Member Functions | |
Field () | |
constructor | |
Public Attributes | |
std::string | m_text |
the text | |
int | m_id |
the id | |
std::string | m_error |
the errors | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Field const &field) |
operator<< |
Internal: the field of MSWParser.
MSWTextInternal::Field::Field | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
Field const & | field | ||
) | [friend] |
operator<<
std::string MSWTextInternal::Field::m_error |
the errors
Referenced by MSWText::readFields().
the id
Referenced by MSWText::readFields().
std::string MSWTextInternal::Field::m_text |
the text
Referenced by MSWText::readFields().