IniContainerElement Class Reference

#include <IniFile.h>

List of all members.

Public Member Functions

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

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

IniEntry& IniContainerElement::e (  )  [inline]

References _e.

const IniEntry& IniContainerElement::e (  )  const [inline]

References _e.

IniSection& IniContainerElement::s (  )  [inline]

References _s.

const IniSection& IniContainerElement::s (  )  const [inline]

References _s.

IniType IniContainerElement::t (  )  const [inline]

accessors

References _t.


Member Data Documentation

Referenced by e().

Referenced by s().

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.6.3