1.1.0 Made child of CCountedObject, removed virtuals
Definition at line 31 of file CRegistryInfo.hpp.
Construction
| name | The name of the key | |
| value | The value of the key |
| virtual Exponent::Host::CRegistryInfo::~CRegistryInfo | ( | ) | [virtual] |
Destruction
| const CString& Exponent::Host::CRegistryInfo::getName | ( | ) | const |
Get the name
| const | CString& The name of the key |
| const CString& Exponent::Host::CRegistryInfo::getValue | ( | ) | const |
Get hte value
| const | CString& The key value |
| void Exponent::Host::CRegistryInfo::setName | ( | const CString & | name | ) |
Set the name
| name | The name of the key |
| void Exponent::Host::CRegistryInfo::setValue | ( | const CString & | value | ) |
Set the value of the key
| value | The value of the key |
CString Exponent::Host::CRegistryInfo::m_keyName [protected] |
The name of the object
Definition at line 89 of file CRegistryInfo.hpp.
CString Exponent::Host::CRegistryInfo::m_keyValue [protected] |
The value of the object
Definition at line 90 of file CRegistryInfo.hpp.