WinStd
Additional templates and function helpers for Microsoft Windows using Standard C++ classes
|
This is the complete list of members for winstd::reg_key, including all inherited members.
attach(_In_opt_ handle_type h) noexcept | winstd::handle< HKEY, NULL > | inline |
create(_In_ HKEY hKey, _In_z_ LPCTSTR lpSubKey, _In_opt_ LPTSTR lpClass, _In_ DWORD dwOptions, _In_ REGSAM samDesired, _In_opt_ LPSECURITY_ATTRIBUTES lpSecurityAttributes=NULL, _Out_opt_ LPDWORD lpdwDisposition=NULL) noexcept | winstd::reg_key | inline |
delete_subkey(_In_z_ LPCTSTR szSubkey) | winstd::reg_key | inline |
detach() | winstd::handle< HKEY, NULL > | inline |
free() | winstd::handle< HKEY, NULL > | inline |
free_internal() noexcept override | winstd::reg_key | inlineprotectedvirtual |
handle() noexcept | winstd::handle< HKEY, NULL > | inline |
handle(_In_opt_ handle_type h) noexcept | winstd::handle< HKEY, NULL > | inline |
handle(_Inout_ handle< handle_type, INVAL > &&h) noexcept | winstd::handle< HKEY, NULL > | inline |
handle_type typedef | winstd::handle< HKEY, NULL > | |
invalid | winstd::handle< HKEY, NULL > | static |
m_h | winstd::handle< HKEY, NULL > | protected |
open(_In_ HKEY hKey, _In_opt_z_ LPCTSTR lpSubKey, _In_ DWORD ulOptions, _In_ REGSAM samDesired) noexcept | winstd::reg_key | inline |
operator handle_type() const | winstd::handle< HKEY, NULL > | inline |
operator!() const | winstd::handle< HKEY, NULL > | inline |
operator!=(_In_opt_ handle_type h) const | winstd::handle< HKEY, NULL > | inline |
operator&() | winstd::handle< HKEY, NULL > | inline |
operator*() const | winstd::handle< HKEY, NULL > | inline |
operator->() const | winstd::handle< HKEY, NULL > | inline |
operator<(_In_opt_ handle_type h) const | winstd::handle< HKEY, NULL > | inline |
operator<=(_In_opt_ handle_type h) const | winstd::handle< HKEY, NULL > | inline |
operator=(_In_opt_ handle_type h) noexcept | winstd::handle< HKEY, NULL > | inline |
operator=(_Inout_ handle< handle_type, INVAL > &&h) noexcept | winstd::handle< HKEY, NULL > | inline |
operator==(_In_opt_ handle_type h) const | winstd::handle< HKEY, NULL > | inline |
operator>(_In_opt_ handle_type h) const | winstd::handle< HKEY, NULL > | inline |
operator>=(_In_opt_ handle_type h) const | winstd::handle< HKEY, NULL > | inline |
~reg_key() | winstd::reg_key | inlinevirtual |