This is the complete list of members for clan::RegistryKey, including all inherited members.
create_always enum value | clan::RegistryKey | |
create_key(const std::string &subkey, unsigned int access_rights=KEY_ALL_ACCESS, CreateFlags create_flags=create_always) | clan::RegistryKey | |
create_new enum value | clan::RegistryKey | |
create_volatile enum value | clan::RegistryKey | |
CreateFlags enum name | clan::RegistryKey | |
delete_key(const std::string &subkey, bool recursive) | clan::RegistryKey | |
delete_key(PredefinedKey key, const std::string &subkey, bool recursive) | clan::RegistryKey | static |
delete_value(const std::string &name) | clan::RegistryKey | |
get_key() const | clan::RegistryKey | |
get_subkey_names() const | clan::RegistryKey | |
get_value_binary(const std::string &name, const DataBuffer &default_value=DataBuffer()) const | clan::RegistryKey | |
get_value_int(const std::string &name, int default_value=0) const | clan::RegistryKey | |
get_value_multi_string(const std::string &name, const std::vector< std::string > &default_value=std::vector< std::string >()) const | clan::RegistryKey | |
get_value_names() const | clan::RegistryKey | |
get_value_string(const std::string &name, const std::string &default_value=std::string()) const | clan::RegistryKey | |
is_null() const | clan::RegistryKey | inline |
key_classes_root enum value | clan::RegistryKey | |
key_current_config enum value | clan::RegistryKey | |
key_current_user enum value | clan::RegistryKey | |
key_local_machine enum value | clan::RegistryKey | |
key_users enum value | clan::RegistryKey | |
open_key(const std::string &subkey, unsigned int access_rights=KEY_ALL_ACCESS) | clan::RegistryKey | |
PredefinedKey enum name | clan::RegistryKey | |
RegistryKey() | clan::RegistryKey | |
RegistryKey(PredefinedKey key, const std::string &subkey, unsigned int access_rights=KEY_ALL_ACCESS, unsigned int create_flags=create_always) | clan::RegistryKey | |
RegistryKey(HKEY key) | clan::RegistryKey | |
set_value_binary(const std::string &name, const DataBuffer &value) | clan::RegistryKey | |
set_value_int(const std::string &name, int value) | clan::RegistryKey | |
set_value_string(const std::string &name, const std::string &value) | clan::RegistryKey | |
throw_if_null() const | clan::RegistryKey | |
~RegistryKey() | clan::RegistryKey |