|
yast2-core
|
#include <IniFile.h>
Public Member Functions | |
| IniType | t () const |
| accessors More... | |
| const IniEntry & | e () const |
| IniEntry & | e () |
| const IniSection & | s () const |
| IniSection & | s () |
| IniContainerElement (const IniEntry &e) | |
| construct from a value More... | |
| IniContainerElement (const IniSection &s) | |
| construct from a section More... | |
| IniContainerElement (const IniContainerElement &c) | |
Private Attributes | |
| IniType | _t |
| IniEntry | _e |
| IniSection | _s |
A single container
|
inline |
construct from a value
|
inline |
construct from a section
|
inline |
|
inline |
References _s.
|
inline |
References _s.
|
private |
Referenced by s().
1.8.6