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

レジストリ操作基底 [詳解]

#include <registry.h>

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

公開メンバ関数

 ~RegistryBase ()
 
 operator bool () const noexcept
 
bool operator! () const noexcept
 

限定公開メンバ関数

 RegistryBase () noexcept
 
void setKey_ (HKEY k) noexcept
 
HKEY getKey_ () const noexcept
 

静的限定公開メンバ関数

static HKEY getRoot_ (RegRootKey k)
 

詳解

レジストリ操作基底

構築子と解体子

◆ RegistryBase()

urania::RegistryBase::RegistryBase ( )
inlineprotectednoexcept

◆ ~RegistryBase()

urania::RegistryBase::~RegistryBase ( )
inline

関数詳解

◆ getKey_()

HKEY urania::RegistryBase::getKey_ ( ) const
inlineprotectednoexcept

◆ getRoot_()

HKEY urania::RegistryBase::getRoot_ ( urania::RegRootKey root)
staticprotected
被呼び出し関係図:

◆ operator bool()

urania::RegistryBase::operator bool ( ) const
inlineexplicitnoexcept

◆ operator!()

bool urania::RegistryBase::operator! ( ) const
inlinenoexcept

◆ setKey_()

void urania::RegistryBase::setKey_ ( HKEY k)
inlineprotectednoexcept
被呼び出し関係図:

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