Represents a section in the settings file.
void Clear()
bool GetBool(const string&in key, bool def = false)
bool
int GetInt(const string&in key, int def = 0)
int
float GetFloat(const string&in key, float def = 0.0f)
float
string GetString(const string&in key, const string&in def = "")
string
void SetBool(const string&in key, bool def = false)
void SetInt(const string&in key, int def = 0)
void SetFloat(const string&in key, float def = 0.0f)
void SetString(const string&in key, const string&in def = "")
string[]@ GetKeys()
string[]@