Implementation of inherited pure virtual functions


const char* readEntry(const char *szKey, const char *szDefault = NULL)
long int readEntry(const char *szKey, long int Default)
double readEntry(const char *szKey, double Default)
Bool writeEntry(const char *szKey, const char *szValue)
Bool writeEntry(const char *szKey, long int Value)
Bool writeEntry(const char *szKey, double Value)
Bool deleteEntry(const char *szKey)
Bool flush(Bool bCurrentOnly = FALSE)
Bool flush(ostream *oStream, Bool = FALSE)
writes changes to ostream, returns TRUE on success
Bool parseLine(const char *psz)
parses one line of config file
void changeCurrentPath(const char *szPath = "")

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de