| apply_profile()=0 | Profile | [pure virtual] |
| cfg | Profile | |
| cfg_check(const char *file, int output) | Profile | [protected] |
| cfg_erase(const char *file, const char *section, const char *option) | Profile | [protected] |
| cfg_get_sections(const char *file, char *dest) | Profile | [protected] |
| cfg_read(const char *file, const char *section, const char *option, char *value) | Profile | [protected] |
| cfg_write(const char *file, const char *section, const char *option, const char *value) | Profile | [protected] |
| create_default_profile() | Profile | |
| default_profile() | Profile | |
| list_profiles(char *str) | Profile | [inline] |
| load_profile(const char *section) | Profile | |
| Profile(char *name) | Profile | |
| profile_path | Profile | [protected] |
| read_float(const char *section, const char *option) | Profile | |
| read_int(const char *section, const char *option) | Profile | |
| read_str(const char *section, const char *option, char *store) | Profile | |
| setup(struct settings *conf) | Profile | [inline, protected] |
| write_float(const char *section, const char *option, const float value) | Profile | |
| write_int(const char *section, const char *option, const int value) | Profile | |
| write_profile(const char *section) | Profile | |
| write_str(const char *section, const char *option, const char *value) | Profile | |
| ~Profile() | Profile | [virtual] |