#include <TCMLSHandler.h>

Public Member Functions | |
| Texts (uint32 num_texts, const Text *texts) | |
| ~Texts () | |
Private Attributes | |
| uint32 | m_num_texts |
| const Text * | m_texts |
| const Texts * | m_prev |
Friends | |
| class | Handler |
Definition at line 87 of file TCMLSHandler.h.
| TC::MLS::Texts::~Texts | ( | ) |
friend class Handler [friend] |
Definition at line 98 of file TCMLSHandler.h.
uint32 TC::MLS::Texts::m_num_texts [private] |
Definition at line 94 of file TCMLSHandler.h.
const Text* TC::MLS::Texts::m_texts [private] |
Definition at line 95 of file TCMLSHandler.h.
const Texts* TC::MLS::Texts::m_prev [private] |
Definition at line 96 of file TCMLSHandler.h.