LIBURANIA
GUI library (a wrapper of Win32 API) in C++
読み取り中…
検索中…
一致する文字列を見つけられません
公開メンバ関数 | 全メンバ一覧
urania::RegistryReader クラス

レジストリ讀込クラス [詳解]

#include <registry.h>

urania::RegistryReader の継承関係図
urania::RegistryReader 連携図

公開メンバ関数

 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)
 

詳解

レジストリ讀込クラス

構築子と解体子

◆ RegistryReader()

urania::RegistryReader::RegistryReader ( urania::RegRootKey root,
const std::wstring & path )
呼び出し関係図:

関数詳解

◆ getDwordData()

DWORD urania::RegistryReader::getDwordData ( const std::wstring & name)

◆ getStringData()

std::wstring urania::RegistryReader::getStringData ( const std::wstring & name)

このクラス詳解は次のファイルから抽出されました: