edelib
2.1.0
|
This is the complete list of members for Config, including all inherited members.
clear(void) | Config | |
Config() | Config | |
error(void) | Config | |
exist(const char *section) | Config | |
get(const char *section, const char *key, char *ret, unsigned int size) | Config | |
get(const char *section, const char *key, bool &ret, bool dfl=false) | Config | |
get(const char *section, const char *key, int &ret, int dfl=0) | Config | |
get(const char *section, const char *key, float &ret, float dfl=0) | Config | |
get(const char *section, const char *key, long &ret, long dfl=0) | Config | |
get(const char *section, const char *key, double &ret, double dfl=0) | Config | |
get(const char *section, const char *key, char &ret, char dfl=0) | Config | |
get_allocated(const char *section, const char *key, char **ret, unsigned int &retsize) | Config | |
get_localized(const char *section, const char *key, char *ret, unsigned int size) | Config | |
key_exist(const char *section, const char *key) | Config | |
line(void) | Config | |
load(const char *fname) | Config | |
num_sections(void) | Config | |
operator bool(void) const | Config | inline |
save(const char *fname) | Config | |
set(const char *section, const char *key, char *val) | Config | |
set(const char *section, const char *key, const char *val) | Config | |
set(const char *section, const char *key, bool val) | Config | |
set(const char *section, const char *key, int val) | Config | |
set(const char *section, const char *key, long val) | Config | |
set(const char *section, const char *key, float val) | Config | |
set(const char *section, const char *key, double val) | Config | |
set_localized(const char *section, const char *key, char *val) | Config | |
set_localized(const char *section, const char *key, const char *val) | Config | |
strerror(void) | Config | |
strerror(int code) | Config | |
~Config() | Config | inline |