FONTAINE
1.0
|
#include <MLR.h>
Public Member Functions | |
MLRItem (const std::string &key) | |
void | incrementChildren () |
void | operator++ () |
void | setAsListContainer () |
std::string | getKey () const |
unsigned | getNumberOfChildren () const |
bool | isAListContainer () const |
Private Attributes | |
std::string | _key |
unsigned | _children |
bool | _isAListContainer |
MLRItem::MLRItem | ( | const std::string & | key | ) |
References _children, _isAListContainer, and _key.
std::string MLRItem::getKey | ( | ) | const [inline] |
References _key.
Referenced by MLR::_end().
unsigned MLRItem::getNumberOfChildren | ( | ) | const [inline] |
References _children.
Referenced by MLR::_getNumberOfChildren().
void MLRItem::incrementChildren | ( | ) |
References _children.
Referenced by MLR::_incrementChildren().
bool MLRItem::isAListContainer | ( | ) | const |
References _isAListContainer.
Referenced by MLR::_isAListContainer().
void MLRItem::operator++ | ( | ) |
References _children.
void MLRItem::setAsListContainer | ( | ) |
References _isAListContainer.
Referenced by MLR::_setAsListContainer().
unsigned MLRItem::_children [private] |
Referenced by getNumberOfChildren(), incrementChildren(), MLRItem(), and operator++().
bool MLRItem::_isAListContainer [private] |
Referenced by isAListContainer(), MLRItem(), and setAsListContainer().
std::string MLRItem::_key [private] |