Internal: structure to store a table of contents of a DMText. More...
Public Member Functions | |
TOC () | |
constructor More... | |
bool | empty () const |
returns true if the table is empty More... | |
Public Attributes | |
std::vector< int > | m_cIdList |
the toc chapter id More... | |
std::vector< std::string > | m_textList |
the toc texts More... | |
Internal: structure to store a table of contents of a DMText.
|
inline |
constructor
|
inline |
returns true if the table is empty
Referenced by DMText::sendTOC().
std::vector<int> DMTextInternal::TOC::m_cIdList |
the toc chapter id
Referenced by DMText::sendTOC().
std::vector<std::string> DMTextInternal::TOC::m_textList |
the toc texts
Referenced by empty(), and DMText::sendTOC().