Public Methods | |
CStdRegistryFile (const std::string &,CStdRegistry *) | |
virtual | ~CStdRegistryFile () |
std::string | GetValue (const std::string &) const |
void | SetValue (const std::string &,const std::string &) |
void | SetKey (const std::string &) |
void | DeleteKey (const std::string &) |
|
Delete the key and its associted value. |
|
Get the value in the key |
|
Creates a new key.
|
|
Associates a value to the key. The previous value is erased. |
|
|