Internal: the field of MsWrdParser. 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 MsWrdParser.
| MsWrdTextInternal::Field::Field | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Field const & | field | ||
| ) | [friend] |
operator<<
| std::string MsWrdTextInternal::Field::m_error |
the errors
Referenced by MsWrdText::readFields().
the id
Referenced by MsWrdText::readFields().
| std::string MsWrdTextInternal::Field::m_text |
the text
Referenced by MsWrdText::readFields().