This class implements the configuration file access. More...
#include <BConfig.h>
Public Member Functions | |
BError | open (BString fileName, BString mode="r") |
BError | read () |
BError | write () |
BString | findValue (BString name) |
Private Attributes | |
BMutex | olock |
BFile | ofile |
This class implements the configuration file access.
BError BConfig::read | ( | ) |
BError BConfig::write | ( | ) |
BFile BConfig::ofile [private] |
BMutex BConfig::olock [private] |