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

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

#include <registry.h>

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

公開メンバ関数

 RegistryWriter (RegRootKey root, const std::wstring &path)
 
void setDwordData (const std::wstring &name, DWORD val)
 
void setStringData (const std::wstring &name, const std::wstring &val)
 
- 基底クラス 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)
 

詳解

レジストリ書込クラス

構築子と解体子

◆ RegistryWriter()

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

関数詳解

◆ setDwordData()

void urania::RegistryWriter::setDwordData ( const std::wstring & name,
DWORD val )

◆ setStringData()

void urania::RegistryWriter::setStringData ( const std::wstring & name,
const std::wstring & val )

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