#include <IniFile.h>
Public Member Functions | |
| IniType | t () const |
| accessors | |
| const IniEntry & | e () const |
| IniEntry & | e () |
| const IniSection & | s () const |
| IniSection & | s () |
| IniContainerElement (const IniEntry &e) | |
| construct from a value | |
| IniContainerElement (const IniSection &s) | |
| construct from a section | |
| IniContainerElement (const IniContainerElement &c) | |
Private Attributes | |
| IniType | _t |
| IniEntry | _e |
| IniSection | _s |
| IniContainerElement::IniContainerElement | ( | const IniEntry & | e | ) | [inline] |
construct from a value
| IniContainerElement::IniContainerElement | ( | const IniSection & | s | ) | [inline] |
construct from a section
| IniContainerElement::IniContainerElement | ( | const IniContainerElement & | c | ) | [inline] |
| IniSection& IniContainerElement::s | ( | ) | [inline] |
References _s.
| const IniSection& IniContainerElement::s | ( | ) | const [inline] |
References _s.
IniEntry IniContainerElement::_e [private] |
Referenced by e().
IniSection IniContainerElement::_s [private] |
Referenced by s().
IniType IniContainerElement::_t [private] |
Referenced by t().
1.5.9