This class implements the configuration file access.
Definition: BConfig.h:17
BError read()
Definition: BConfig.cpp:22
BError open(BString fileName, BString mode="r")
Definition: BConfig.cpp:11
BError write()
Definition: BConfig.cpp:60
BString findValue(BString name)
Definition: BConfig.cpp:78
void close()
Definition: BConfig.cpp:17
BString fileName()
Definition: BConfig.cpp:83
Dictionary list class using templates.
Definition: BDict.h:24
Error return class. This class is used to return the error status from a function....
Definition: BError.h:31
File operations class.
Definition: BFile.h:17
Mutex class. Note these are recursive Mutexes and so you need to make sure the number of unlocks equa...
Definition: BMutex.h:14
This class stores and manipulates ASCII strings.
Definition: BString.h:20