Public Member Functions | |
| RegKey & | operator= (const RegKey &)=delete |
| RegKey & | operator= (RegKey &&)=delete |
| template<class T > | |
| T | ReadValue (const std::string &name) const |
| template<> | |
| std::string | ReadValue (const std::string &name) const |
| RegKey (const RegKey &)=delete | |
| RegKey (const std::string &key, REGSAM access) | |
| RegKey (RegKey &&)=delete | |