xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::windows::RegistryKey Member List

This is the complete list of members for xentara::utils::windows::RegistryKey, including all inherited members.

close() noexcept -> std::error_codexentara::utils::windows::RegistryKey
DWORD typedefxentara::utils::windows::RegistryKey
HKEY typedefxentara::utils::windows::RegistryKey
open(HKEY parent, const wchar_t *subKeyPath, REGSAM desiredAccess) -> eh::expected< RegistryKey, std::error_code >xentara::utils::windows::RegistryKeystatic
operator bool() const noexceptxentara::utils::windows::RegistryKeyexplicit
operator HKEY() const noexceptxentara::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=defaultxentara::utils::tools::Uniqueprivate
xentara::utils::tools::Unique::operator=(const Unique &)=deletexentara::utils::tools::Uniqueprivate
RegistryKey() noexcept=defaultxentara::utils::windows::RegistryKey
RegistryKey(HKEY nativeHandle) noexceptxentara::utils::windows::RegistryKey
RegistryKey(RegistryKey &&other) noexceptxentara::utils::windows::RegistryKey
REGSAM typedefxentara::utils::windows::RegistryKey
release() noexcept -> HKEYxentara::utils::windows::RegistryKey
setter() noexcept -> Setterxentara::utils::windows::RegistryKey
subKey(const wchar_t *subKeyPath, REGSAM desiredAccess) const -> eh::expected< RegistryKey, std::error_code >xentara::utils::windows::RegistryKey
subKeyNames() const -> SubKeyEnumeratorxentara::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 -> ValueEnumeratorxentara::utils::windows::RegistryKey
~RegistryKey()xentara::utils::windows::RegistryKey