|
LIBURANIA
GUI library (a wrapper of Win32 API) in C++
|
レジストリ讀込クラス [詳解]
#include <registry.h>
公開メンバ関数 | |
| RegistryReader (RegRootKey root, const std::wstring &path) | |
| DWORD | getDwordData (const std::wstring &name) |
| std::wstring | getStringData (const std::wstring &name) |
基底クラス urania::RegistryBase に属する継承公開メンバ関数 | |
| ~RegistryBase () | |
| operator bool () const noexcept | |
| bool | operator! () const noexcept |
その他の継承メンバ | |
基底クラス urania::RegistryBase に属する継承限定公開メンバ関数 | |
| RegistryBase () noexcept | |
| void | setKey_ (HKEY k) noexcept |
| HKEY | getKey_ () const noexcept |
基底クラス urania::RegistryBase に属する継承静的限定公開メンバ関数 | |
| static HKEY | getRoot_ (RegRootKey k) |
レジストリ讀込クラス
| urania::RegistryReader::RegistryReader | ( | urania::RegRootKey | root, |
| const std::wstring & | path ) |
| DWORD urania::RegistryReader::getDwordData | ( | const std::wstring & | name | ) |
| std::wstring urania::RegistryReader::getStringData | ( | const std::wstring & | name | ) |