This is the complete list of members for RegistryClass, including all inherited members.
| Deleta_All_Values(void) | RegistryClass | |
| Delete_Registry_Tree(char *path) | RegistryClass | static |
| Delete_Value(const char *name) | RegistryClass | |
| Exists(const char *sub_key) | RegistryClass | static |
| Get_Bin(const char *name, void *buffer, int buffer_size) | RegistryClass | |
| Get_Bin_Size(const char *name) | RegistryClass | |
| Get_Bool(const char *name, bool def_value=false) | RegistryClass | |
| Get_Float(const char *name, float def_value=0.0f) | RegistryClass | |
| Get_Int(const char *name, int def_value=0) | RegistryClass | |
| Get_String(const char *name, char *value, int value_size, const char *default_string=NULL) | RegistryClass | |
| Get_String(const char *name, StringClass &string, const char *default_string=NULL) | RegistryClass | |
| Get_String(const WCHAR *name, WideStringClass &string, const WCHAR *default_string=NULL) | RegistryClass | |
| Get_Value_List(DynamicVectorClass< StringClass > &list) | RegistryClass | |
| Is_Valid(void) | RegistryClass | inline |
| Load_Registry(const char *filename, char *old_path, char *new_path) | RegistryClass | static |
| RegistryClass(const char *sub_key, bool create=true) | RegistryClass | |
| Save_Registry(const char *filename, char *path) | RegistryClass | static |
| Set_Bin(const char *name, const void *buffer, int buffer_size) | RegistryClass | |
| Set_Bool(const char *name, bool value) | RegistryClass | |
| Set_Float(const char *name, float value) | RegistryClass | |
| Set_Int(const char *name, int value) | RegistryClass | |
| Set_Read_Only(bool set) | RegistryClass | inlinestatic |
| Set_String(const char *name, const char *value) | RegistryClass | |
| Set_String(const WCHAR *name, const WCHAR *value) | RegistryClass | |
| ~RegistryClass(void) | RegistryClass |