golib  0.5
goConfigFileAccess Class Reference

#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.
 
- Public Member Functions inherited from goConfigFile
goIndex_t find (const goString &chaptername)
 
bool add (goString &chaptername)
 
bool add (const char *chapter)
 
bool add (goString &chaptername, goString &sectionname, goString &keyname, goString &valuename)
 
bool add (const char *chapter, const char *sectionname, const char *key, const char *value)
 
const goStringget (const goString &chaptername, const goString &sectionname, const goString &keyname)
 
const goStringget (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
 
- Protected Attributes inherited from goConfigFile
bool last_failed
 
goArray< goConfigFileChapter * > chapters
 
goArray< goConfigFileSection * > dummyChapter
 
goString dummy
 
bool out_chapters
 
bool out_sections
 
bool out_names
 
int out_mode
 

Detailed Description

Provides some functionality for a goConfigFile.

See also
goConfigFile
Author
Christian Gosch

The documentation for this class was generated from the following files: