close() noexcept -> std::error_code | xentara::utils::windows::RegistryKey | |
DWORD typedef | xentara::utils::windows::RegistryKey | |
HKEY typedef | xentara::utils::windows::RegistryKey | |
open(HKEY parent, const wchar_t *subKeyPath, REGSAM desiredAccess) -> eh::expected< RegistryKey, std::error_code > | xentara::utils::windows::RegistryKey | static |
operator bool() const noexcept | xentara::utils::windows::RegistryKey | explicit |
operator HKEY() const noexcept | xentara::utils::windows::RegistryKey | |
operator=(RegistryKey &&rhs) noexcept -> RegistryKey & | xentara::utils::windows::RegistryKey | |
operator=(HKEY nativeHandle) noexcept -> RegistryKey & | xentara::utils::windows::RegistryKey | |
xentara::utils::tools::Unique::operator=(Unique &&) noexcept=default | xentara::utils::tools::Unique | private |
xentara::utils::tools::Unique::operator=(const Unique &)=delete | xentara::utils::tools::Unique | private |
RegistryKey() noexcept=default | xentara::utils::windows::RegistryKey | |
RegistryKey(HKEY nativeHandle) noexcept | xentara::utils::windows::RegistryKey | |
RegistryKey(RegistryKey &&other) noexcept | xentara::utils::windows::RegistryKey | |
REGSAM typedef | xentara::utils::windows::RegistryKey | |
release() noexcept -> HKEY | xentara::utils::windows::RegistryKey | |
setter() noexcept -> Setter | xentara::utils::windows::RegistryKey | |
subKey(const wchar_t *subKeyPath, REGSAM desiredAccess) const -> eh::expected< RegistryKey, std::error_code > | xentara::utils::windows::RegistryKey | |
subKeyNames() const -> SubKeyEnumerator | xentara::utils::windows::RegistryKey | |
value(DWORD flags=0) const -> eh::expected< Value, std::error_code > | xentara::utils::windows::RegistryKey | |
value(const wchar_t *name, DWORD flags=0) const -> eh::expected< Value, std::error_code > | xentara::utils::windows::RegistryKey | |
value(const wchar_t *subKey, const wchar_t *name, DWORD flags=0) const -> eh::expected< Value, std::error_code > | xentara::utils::windows::RegistryKey | |
valueNames() const -> ValueEnumerator | xentara::utils::windows::RegistryKey | |
~RegistryKey() | xentara::utils::windows::RegistryKey | |