Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

AnyConfig::AcMemCfgItem Class Reference

Holds a name-value pair. More...

#include <AnyConfig.h>

List of all members.

Public Methods

AcMemCfgSectionGetMemCfgSection () const
 AcMemCfgItem (AcMemCfgSection *pMemCfgSection, const char *key, const char *value)
 Constructor method. More...

virtual ~AcMemCfgItem ()
 Destructor method. More...

const CString& GetKey () const
 Returns the value of member '_key'. More...

void SetKey (const CString &rKey)
 Set the value of member '_key' to 'rKey'. More...


Public Attributes

AcMemCfgSection_refMemCfgSection
AcMemCfgItem* _parentMemCfgSection
AcMemCfgItem* _leftMemCfgSection
AcMemCfgItem* _rightMemCfgSection
int _balMemCfgSection
CString _value

Private Methods

void ConstructorInclude (AcMemCfgSection *pMemCfgSection)
 Method which must be called first in a constructor. More...

void DestructorInclude ()
 Method which must be called first in a destructor. More...


Private Attributes

CString _key


Detailed Description

Holds a name-value pair.


Constructor & Destructor Documentation

AnyConfig::AcMemCfgItem::AcMemCfgItem ( AcMemCfgSection * pMemCfgSection,
const char * key,
const char * value )
 

Constructor method.

AnyConfig::AcMemCfgItem::~AcMemCfgItem ( ) [virtual]
 

Destructor method.


Member Function Documentation

void AnyConfig::AcMemCfgItem::ConstructorInclude ( AcMemCfgSection * pMemCfgSection ) [private]
 

Method which must be called first in a constructor.

void AnyConfig::AcMemCfgItem::DestructorInclude ( ) [private]
 

Method which must be called first in a destructor.

const CString & AnyConfig::AcMemCfgItem::GetKey ( ) const [inline]
 

Returns the value of member '_key'.

void AnyConfig::AcMemCfgItem::SetKey ( const CString & rKey )
 

Set the value of member '_key' to 'rKey'.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 11:34:18 2001 for AnyConfig by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001