yast2-core
Public Member Functions | Private Attributes | List of all members
IniContainerElement Class Reference

#include <IniFile.h>

Public Member Functions

IniType t () const
 accessors More...
 
const IniEntrye () const
 
IniEntrye ()
 
const IniSections () const
 
IniSections ()
 
 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
 

Detailed Description

A single container

Constructor & Destructor Documentation

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

Member Function Documentation

const IniEntry& IniContainerElement::e ( ) const
inline

References _e.

IniEntry& IniContainerElement::e ( )
inline

References _e.

const IniSection& IniContainerElement::s ( ) const
inline

References _s.

IniSection& IniContainerElement::s ( )
inline

References _s.

IniType IniContainerElement::t ( ) const
inline

accessors

References _t.

Member Data Documentation

IniEntry IniContainerElement::_e
private

Referenced by e().

IniSection IniContainerElement::_s
private

Referenced by s().

IniType IniContainerElement::_t
private

Referenced by t().


The documentation for this class was generated from the following file:

Generated on a sunny day for yast2-core by doxygen 1.8.5