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
IniEntry& IniContainerElement::e ( )
inline
const IniSection& IniContainerElement::s ( ) const
inline
IniSection& IniContainerElement::s ( )
inline
IniType IniContainerElement::t ( ) const
inline

accessors

Member Data Documentation

IniEntry IniContainerElement::_e
private
IniSection IniContainerElement::_s
private
IniType IniContainerElement::_t
private

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

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