#include <MLR.h>
◆ MLR()
◆ ~MLR()
◆ _end()
void MLR::_end |
( |
const std::string & |
key | ) |
|
|
protected |
◆ _getNumberOfChildren()
unsigned MLR::_getNumberOfChildren |
( |
void |
| ) |
|
|
protected |
◆ _incrementChildren()
void MLR::_incrementChildren |
( |
void |
| ) |
|
|
protected |
◆ _indent()
void MLR::_indent |
( |
void |
| ) |
|
|
protected |
References _indentationString, _ss, and _stack.
Referenced by XMLR::addKeyValuePair(), JSONR::addKeyValuePair(), TEXTR::addKeyValuePair(), XHTMLR::addKeyValuePair(), FXHTMLR::addKeyValuePair(), JSONR::addKeyValuePairToList(), TEXTR::addKeyValuePairToList(), XHTMLR::addKeyValuePairToList(), FXHTMLR::addKeyValuePairToList(), XMLR::end(), JSONR::end(), TEXTR::end(), XHTMLR::end(), FXHTMLR::end(), JSONR::endList(), XHTMLR::endList(), FXHTMLR::endList(), XMLR::start(), JSONR::start(), TEXTR::start(), XHTMLR::start(), FXHTMLR::start(), JSONR::startList(), XHTMLR::startList(), and FXHTMLR::startList().
◆ _isAListContainer()
bool MLR::_isAListContainer |
( |
void |
| ) |
|
|
protected |
◆ _setAsListContainer()
void MLR::_setAsListContainer |
( |
void |
| ) |
|
|
protected |
◆ _start()
void MLR::_start |
( |
const std::string & |
key | ) |
|
|
protected |
◆ addKeyValuePair() [1/2]
virtual void MLR::addKeyValuePair |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
pure virtual |
◆ addKeyValuePair() [2/2]
virtual void MLR::addKeyValuePair |
( |
const char * |
key, |
|
|
const char * |
value |
|
) |
| |
|
pure virtual |
◆ addKeyValuePairToList() [1/2]
virtual void MLR::addKeyValuePairToList |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
pure virtual |
◆ addKeyValuePairToList() [2/2]
virtual void MLR::addKeyValuePairToList |
( |
const char * |
key, |
|
|
const char * |
value |
|
) |
| |
|
pure virtual |
◆ end() [1/2]
virtual void MLR::end |
( |
const std::string & |
key | ) |
|
|
pure virtual |
◆ end() [2/2]
virtual void MLR::end |
( |
const char * |
key | ) |
|
|
pure virtual |
◆ endList() [1/2]
virtual void MLR::endList |
( |
const std::string & |
key | ) |
|
|
pure virtual |
◆ endList() [2/2]
virtual void MLR::endList |
( |
const char * |
key | ) |
|
|
pure virtual |
◆ endRoot()
virtual void MLR::endRoot |
( |
void |
| ) |
|
|
pure virtual |
◆ getReport()
std::string MLR::getReport |
( |
| ) |
const |
|
virtual |
◆ setIndentationString()
void MLR::setIndentationString |
( |
const std::string & |
indent | ) |
|
◆ setRootTag() [1/2]
void MLR::setRootTag |
( |
const std::string & |
tag | ) |
|
◆ setRootTag() [2/2]
void MLR::setRootTag |
( |
const char * |
tag | ) |
|
◆ start() [1/2]
virtual void MLR::start |
( |
const std::string & |
key | ) |
|
|
pure virtual |
◆ start() [2/2]
virtual void MLR::start |
( |
const char * |
key | ) |
|
|
pure virtual |
◆ startList() [1/2]
virtual void MLR::startList |
( |
const std::string & |
key | ) |
|
|
pure virtual |
◆ startList() [2/2]
virtual void MLR::startList |
( |
const char * |
key | ) |
|
|
pure virtual |
◆ startRoot()
virtual void MLR::startRoot |
( |
void |
| ) |
|
|
pure virtual |
◆ _indentationString
std::string MLR::_indentationString |
|
protected |
◆ _item
◆ _rootTag
std::string MLR::_rootTag |
|
protected |
◆ _ss
std::ostringstream MLR::_ss |
|
protected |
Referenced by _indent(), XMLR::addKeyValuePair(), JSONR::addKeyValuePair(), TEXTR::addKeyValuePair(), XHTMLR::addKeyValuePair(), FXHTMLR::addKeyValuePair(), JSONR::addKeyValuePairToList(), TEXTR::addKeyValuePairToList(), XHTMLR::addKeyValuePairToList(), FXHTMLR::addKeyValuePairToList(), XMLR::end(), JSONR::end(), TEXTR::end(), XHTMLR::end(), FXHTMLR::end(), JSONR::endList(), XHTMLR::endList(), FXHTMLR::endList(), XMLR::endRoot(), JSONR::endRoot(), TEXTR::endRoot(), XHTMLR::endRoot(), FXHTMLR::endRoot(), getReport(), XMLR::start(), JSONR::start(), TEXTR::start(), XHTMLR::start(), FXHTMLR::start(), JSONR::startList(), XHTMLR::startList(), FXHTMLR::startList(), XMLR::startRoot(), JSONR::startRoot(), TEXTR::startRoot(), XHTMLR::startRoot(), and FXHTMLR::startRoot().
◆ _stack
The documentation for this class was generated from the following files: