DMTextInternal::TOC Struct Reference

Internal: structure to store a table of contents of a DMText. More...

List of all members.

Public Member Functions

 TOC ()
 constructor
bool empty () const
 returns true if the table is empty

Public Attributes

std::vector< int > m_cIdList
 the toc chapter id
std::vector< std::string > m_textList
 the toc texts

Detailed Description

Internal: structure to store a table of contents of a DMText.


Constructor & Destructor Documentation

constructor


Member Function Documentation

bool DMTextInternal::TOC::empty ( ) const [inline]

returns true if the table is empty

Referenced by DMText::sendTOC().


Member Data Documentation

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().


The documentation for this struct was generated from the following file: