golib  0.5
goConfigFile Class Reference

#include <goconfigfile.h>

Public Member Functions

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

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

"Standard" config file. This is a file which may contain chapters, sections and key/value pairs as follows:

\begin{verbatim}

comment [...]

(CHAPTERNAME) [SECTIONNAME] KEYNAME = VALUE \end{verbatim}

The values are interpreted as strings. If they are not delimited by 's, any blank characters are removed. Upper-/Lowercase characters are distinguished.

Member Data Documentation

◆ out_chapters

bool goConfigFile::out_chapters
protected

Control of output using the operator<< (not yet implemented)

◆ out_mode

int goConfigFile::out_mode
protected

Control of output using the operator<<

See also
out_chapters

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