Internal: class to store a field definition (BKMT) More...
Public Member Functions | |
Bookmark () | |
constructor More... | |
Public Attributes | |
int | m_id |
an index More... | |
librevenge::RVNGString | m_text |
the field value More... | |
std::string | m_error |
a string used to store the parsing errors More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Bookmark const &tok) |
operator << More... | |
Internal: class to store a field definition (BKMT)
|
inline |
constructor
|
friend |
operator <<
std::string WPS8TextInternal::Bookmark::m_error |
a string used to store the parsing errors
Referenced by WPS8TextInternal::operator<<().
int WPS8TextInternal::Bookmark::m_id |
an index
Referenced by WPS8TextInternal::operator<<().
librevenge::RVNGString WPS8TextInternal::Bookmark::m_text |
the field value
Referenced by WPS8TextInternal::operator<<().