|
FONTAINE
1.0
|
#include <TEXTR.h>
Public Member Functions | |
| TEXTR () | |
| void | startRoot (void) |
| void | endRoot (void) |
| void | startList (const std::string &key) |
| void | addKeyValuePairToList (const std::string &key, const std::string &value) |
| void | endList (const std::string &key) |
| void | start (const std::string &key) |
| void | addKeyValuePair (const std::string &key, const std::string &value) |
| void | end (const std::string &key) |
| void | startList (const char *key) |
| void | addKeyValuePairToList (const char *key, const char *value) |
| void | endList (const char *key) |
| void | start (const char *key) |
| void | addKeyValuePair (const char *key, const char *value) |
| void | end (const char *key) |
| void | setListBullet (const std::string &bullet) |
| void | setListBullet (const char *bullet) |
Public Member Functions inherited from MLR | |
| MLR () | |
| virtual | ~MLR () |
| void | setRootTag (const std::string &tag) |
| void | setRootTag (const char *tag) |
| void | setIndentationString (const std::string &indent) |
| virtual std::string | getReport () const |
Protected Attributes | |
| std::string | _listBullet |
Protected Attributes inherited from MLR | |
| std::string | _rootTag |
| std::string | _indentationString |
| std::stack< MLRItem * > | _stack |
| std::ostringstream | _ss |
Additional Inherited Members | |
Protected Member Functions inherited from MLR | |
| void | _start (const std::string &key) |
| void | _end (const std::string &key) |
| void | _incrementChildren () |
| unsigned | _getNumberOfChildren () |
| void | _indent (void) |
| void | _setAsListContainer (void) |
| bool | _isAListContainer (void) |
| TEXTR::TEXTR | ( | ) |
References MLR::_indentationString, and _listBullet.
|
virtual |
Implements MLR.
References MLR::_indent(), MLR::_ss, and BasicLatin::segmentize().
Referenced by addKeyValuePair().
|
virtual |
Implements MLR.
References addKeyValuePair().
|
virtual |
Implements MLR.
References MLR::_indent(), _listBullet, and MLR::_ss.
Referenced by addKeyValuePairToList().
|
virtual |
Implements MLR.
References addKeyValuePairToList().
|
virtual |
Implements MLR.
References MLR::_end(), MLR::_indent(), and MLR::_ss.
|
virtual |
| void TEXTR::setListBullet | ( | const std::string & | bullet | ) |
References _listBullet.
Referenced by setListBullet().
| void TEXTR::setListBullet | ( | const char * | bullet | ) |
References setListBullet().
|
virtual |
Implements MLR.
References MLR::_indent(), MLR::_ss, MLR::_start(), and BasicLatin::segmentize().
Referenced by start(), and startList().
|
virtual |
|
virtual |
Implements MLR.
References startList().
|
protected |
Referenced by addKeyValuePairToList(), setListBullet(), and TEXTR().
1.8.11