MLR Class Reference
#include <MLR.h>
List of all members.
Constructor & Destructor Documentation
virtual MLR::~MLR |
( |
|
) |
[inline, virtual] |
Member Function Documentation
void MLR::_end |
( |
const std::string & |
key |
) |
[protected] |
unsigned MLR::_getNumberOfChildren |
( |
void |
|
) |
[protected] |
void MLR::_incrementChildren |
( |
void |
|
) |
[protected] |
void MLR::_indent |
( |
void |
|
) |
[protected] |
References _indentationString, _ss, and _stack.
Referenced by XMLR::addKeyValuePair(), XHTMLR::addKeyValuePair(), TEXTR::addKeyValuePair(), JSONR::addKeyValuePair(), FXHTMLR::addKeyValuePair(), XHTMLR::addKeyValuePairToList(), TEXTR::addKeyValuePairToList(), JSONR::addKeyValuePairToList(), FXHTMLR::addKeyValuePairToList(), XMLR::end(), XHTMLR::end(), TEXTR::end(), JSONR::end(), FXHTMLR::end(), XHTMLR::endList(), JSONR::endList(), FXHTMLR::endList(), XMLR::start(), XHTMLR::start(), TEXTR::start(), JSONR::start(), FXHTMLR::start(), XHTMLR::startList(), JSONR::startList(), and FXHTMLR::startList().
bool MLR::_isAListContainer |
( |
void |
|
) |
[protected] |
void MLR::_setAsListContainer |
( |
void |
|
) |
[protected] |
void MLR::_start |
( |
const std::string & |
key |
) |
[protected] |
virtual void MLR::addKeyValuePair |
( |
const char * |
key, |
|
|
const char * |
value | |
|
) |
| | [pure virtual] |
virtual void MLR::addKeyValuePair |
( |
const std::string & |
key, |
|
|
const std::string & |
value | |
|
) |
| | [pure virtual] |
virtual void MLR::addKeyValuePairToList |
( |
const char * |
key, |
|
|
const char * |
value | |
|
) |
| | [pure virtual] |
virtual void MLR::addKeyValuePairToList |
( |
const std::string & |
key, |
|
|
const std::string & |
value | |
|
) |
| | [pure virtual] |
virtual void MLR::end |
( |
const char * |
key |
) |
[pure virtual] |
virtual void MLR::end |
( |
const std::string & |
key |
) |
[pure virtual] |
virtual void MLR::endList |
( |
const char * |
key |
) |
[pure virtual] |
virtual void MLR::endList |
( |
const std::string & |
key |
) |
[pure virtual] |
virtual void MLR::endRoot |
( |
void |
|
) |
[pure virtual] |
std::string MLR::getReport |
( |
|
) |
const [virtual] |
void MLR::setIndentationString |
( |
const std::string & |
indent |
) |
|
void MLR::setRootTag |
( |
const char * |
tag |
) |
|
void MLR::setRootTag |
( |
const std::string & |
tag |
) |
|
virtual void MLR::start |
( |
const char * |
key |
) |
[pure virtual] |
virtual void MLR::start |
( |
const std::string & |
key |
) |
[pure virtual] |
virtual void MLR::startList |
( |
const char * |
key |
) |
[pure virtual] |
virtual void MLR::startList |
( |
const std::string & |
key |
) |
[pure virtual] |
virtual void MLR::startRoot |
( |
void |
|
) |
[pure virtual] |
Member Data Documentation
Referenced by _indent(), XMLR::addKeyValuePair(), XHTMLR::addKeyValuePair(), TEXTR::addKeyValuePair(), JSONR::addKeyValuePair(), FXHTMLR::addKeyValuePair(), XHTMLR::addKeyValuePairToList(), TEXTR::addKeyValuePairToList(), JSONR::addKeyValuePairToList(), FXHTMLR::addKeyValuePairToList(), XMLR::end(), XHTMLR::end(), TEXTR::end(), JSONR::end(), FXHTMLR::end(), XHTMLR::endList(), JSONR::endList(), FXHTMLR::endList(), XMLR::endRoot(), XHTMLR::endRoot(), TEXTR::endRoot(), JSONR::endRoot(), FXHTMLR::endRoot(), getReport(), XMLR::start(), XHTMLR::start(), TEXTR::start(), JSONR::start(), FXHTMLR::start(), XHTMLR::startList(), JSONR::startList(), FXHTMLR::startList(), XMLR::startRoot(), XHTMLR::startRoot(), TEXTR::startRoot(), JSONR::startRoot(), and FXHTMLR::startRoot().
The documentation for this class was generated from the following files: