golib
0.5
|
#include <goconfigfileaccess.h>
Public Member Functions | |
float | sum (goString &entryName) |
Assumes all entries with name entryName to be floats and adds them up (ALL of them) | |
float | sum (goString &chapterName, goString &entryName) |
Adds up all entries called entryName (assuming float values) in all sections in chapter chapterName. | |
![]() | |
goIndex_t | find (const goString &chaptername) |
bool | add (goString &chaptername) |
bool | add (const char *chapter) |
bool | add (goString &chaptername, goString §ionname, goString &keyname, goString &valuename) |
bool | add (const char *chapter, const char *sectionname, const char *key, const char *value) |
const goString & | get (const goString &chaptername, const goString §ionname, const goString &keyname) |
const goString & | get (const char *chapter, const char *section, const char *key) |
goArray< goConfigFileSection * > & | get (goString &chapter) |
goArray< goConfigFileSection * > & | get (const char *chapter) |
goArray< goConfigFileChapter * > & | getChapterArray () |
bool | fail () |
bool | read (goString &file) |
bool | read (const char *file) |
bool | write (goString &file) |
bool | write (const char *file) |
Protected Attributes | |
float | floatValue |
![]() | |
bool | last_failed |
goArray< goConfigFileChapter * > | chapters |
goArray< goConfigFileSection * > | dummyChapter |
goString | dummy |
bool | out_chapters |
bool | out_sections |
bool | out_names |
int | out_mode |
Provides some functionality for a goConfigFile.