|
static bool | Synchronize () |
|
static void | GetDirectoryContents (const std::string &path, std::vector< std::string > &contents) |
|
static bool | GetKey (const std::string &key, std::string &value) |
|
static bool | GetKeyData (const std::string &key, void *lpBuf, size_t &uiBufSize) |
|
static bool | SetKey (const std::string &key, const std::string &value, bool synchronize) |
|
static bool | SetKeyData (const std::string &key, const void *lpBuf, size_t uiBufSize, bool synchronize) |
|
static bool | DeleteKey (const std::string &key, bool synchronize) |
|
static bool | KeyExists (const std::string &key) |
|
static bool | IsKeyFromPath (const std::string &key) |
|
static bool | GetKeyFromPath (const std::string &path, std::string &value) |
|
static bool | GetKeyDataFromPath (const std::string &path, void *lpBuf, size_t &uiBufSize) |
|
static bool | SetKeyFromPath (const std::string &path, const std::string &value, bool synchronize) |
|
static bool | SetKeyDataFromPath (const std::string &path, const void *lpBuf, size_t uiBufSize, bool synchronize) |
|
static bool | DeleteKeyFromPath (const std::string &path, bool synchronize) |
|
static bool | KeyFromPathExists (const std::string &path) |
|
The documentation for this class was generated from the following files: