Inheritance diagram for CStdRegistry::
Public Methods | |
CStdRegistry (const std::string &) | |
virtual | ~CStdRegistry () |
CStdRegistryFile * | GetRegistryFile (const std::string &) |
CStdRegistryFile * | GetRegistryFile () const |
CStdRegistryFile * | CreateRegistryFile (const std::string &) |
void | DeleteRegistryFile (const std::string &) |
bool | IsInRegistry (const std::string &Name) |
std::string | GetPathofRegistry () const |
|
Init the Registry
|
|
Create a file and a Registry File object wrapping this file. The object become the default Registry File of the object.
|
|
Deletes the file symbolised by the object CStdRegistryFile(Path,Name,this)
|
|
|
|
Returns the current pointer to the current Registry File.
|
|
|
|
|