Inheritance diagram for CStdImplRegistry:
Public Methods | |
CStdImplRegistry () | |
virtual void | SetKey (const std::string &,const std::string &) |
virtual void | SetValueNameAndValue (const std::string &, const std::string &, const std::string &, const std::string &) |
virtual void | DeleteKey (const std::string &, const std::string &) |
virtual std::string | GetValueFromValueName (const std::string &, const std::string &, const std::string &) |
|
Deletes a key.
Reimplemented from IImplRegistry. |
|
Get the value from a value field.
Reimplemented from IImplRegistry. |
|
Creates a new key.
Reimplemented from IImplRegistry. |
|
Creates a value field and initalizes to its value.
Reimplemented from IImplRegistry. |
|
|