#include <AnyConfig.h>
Public Methods | |
AcMemCfgSection* | GetMemCfgSection () 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 |
|
Constructor method.
|
|
Destructor method.
|
|
Method which must be called first in a constructor.
|
|
Method which must be called first in a destructor.
|
|
Returns the value of member '_key'.
|
|
Set the value of member '_key' to 'rKey'.
|