#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 |
|
construct from a value
|
|
construct from a section
|
|
|
|
|
|
|
|
|
|
|
|
accessors
|
|
|
|
|
|
|