#include <AnyConfig.h>
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 |
Points to another configuration (section) to load as this configuration. This is basically a string, built up as follows:
|
Constructor method.
|
|
Destructor method.
|
|
Method which must be called first in a constructor.
|
|
Method which must be called first in a destructor.
|
|
Return as string.
|