Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cSettingsRepositoryInterface, including all inherited members.
AddKeyComment(const AString &keyname, const AString &comment)=0 | cSettingsRepositoryInterface | pure virtual |
AddKeyName(const AString &keyname)=0 | cSettingsRepositoryInterface | pure virtual |
AddValue(const AString &a_KeyName, const AString &a_ValueName, const AString &a_Value)=0 | cSettingsRepositoryInterface | pure virtual |
cSettingsRepositoryInterface()=default | cSettingsRepositoryInterface | |
DeleteKeyComment(const AString &keyname, const int commentID)=0 | cSettingsRepositoryInterface | pure virtual |
DeleteValue(const AString &keyname, const AString &valuename)=0 | cSettingsRepositoryInterface | pure virtual |
DISALLOW_COPY_AND_ASSIGN(cSettingsRepositoryInterface) | cSettingsRepositoryInterface | |
errors enum name | cSettingsRepositoryInterface | |
Flush()=0 | cSettingsRepositoryInterface | pure virtual |
GetKeyComment(const AString &keyname, const int commentID) const =0 | cSettingsRepositoryInterface | pure virtual |
GetValue(const AString &keyname, const AString &valuename, const AString &defValue="") const =0 | cSettingsRepositoryInterface | pure virtual |
GetValues(AString a_keyName)=0 | cSettingsRepositoryInterface | pure virtual |
GetValueSet(const AString &keyname, const AString &valuename, const AString &defValue="")=0 | cSettingsRepositoryInterface | pure virtual |
GetValueSetB(const AString &keyname, const AString &valuename, const bool defValue=false)=0 | cSettingsRepositoryInterface | pure virtual |
GetValueSetI(const AString &keyname, const AString &valuename, const int defValue=0)=0 | cSettingsRepositoryInterface | pure virtual |
GetValueSetI(const AString &keyname, const AString &valuename, const Int64 defValue=0)=0 | cSettingsRepositoryInterface | pure virtual |
HasValue(const AString &a_KeyName, const AString &a_ValueName) const =0 | cSettingsRepositoryInterface | pure virtual |
KeyExists(const AString keyname) const =0 | cSettingsRepositoryInterface | pure virtual |
noID enum value | cSettingsRepositoryInterface | |
SetValue(const AString &a_KeyName, const AString &a_ValueName, const AString &a_Value, const bool a_CreateIfNotExists=true)=0 | cSettingsRepositoryInterface | pure virtual |
SetValueI(const AString &a_KeyName, const AString &a_ValueName, const int a_Value, const bool a_CreateIfNotExists=true)=0 | cSettingsRepositoryInterface | pure virtual |
~cSettingsRepositoryInterface()=default | cSettingsRepositoryInterface | virtual |