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

AnyConfig::AcCfgSource Class Reference

Configuration source or configuration "pointer". More...

#include <AnyConfig.h>

List of all members.

Public Methods

 AcCfgSource (const char *fromString)
 Constructor method. More...

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

 operator const char * () const
 Return as string. More...


Public Attributes

CString _type
bool _bootstrap
CString _section
CString _source

Private Methods

void ConstructorInclude ()
 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 _asString


Detailed Description

Configuration source or configuration "pointer".

Points to another configuration (section) to load as this configuration. This is basically a string, built up as follows:


Constructor & Destructor Documentation

AnyConfig::AcCfgSource::AcCfgSource ( const char * fromString )
 

Constructor method.

AnyConfig::AcCfgSource::~AcCfgSource ( ) [inline, virtual]
 

Destructor method.


Member Function Documentation

void AnyConfig::AcCfgSource::ConstructorInclude ( ) [private]
 

Method which must be called first in a constructor.

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

Method which must be called first in a destructor.

AnyConfig::AcCfgSource::operator const char * ( ) const [inline]
 

Return as string.


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