LibBeamApi  1.3.0
Public Member Functions | Private Attributes
BConfig Class Reference

This class implements the configuration file access. More...

#include <BConfig.h>

Inheritance diagram for BConfig:
BDict BList< BDictItem< Type > >

List of all members.

Public Member Functions

BError open (BString fileName, BString mode="r")
BError read ()
BError write ()
BString findValue (BString name)

Private Attributes

BMutex olock
BFile ofile

Detailed Description

This class implements the configuration file access.


Member Function Documentation

BString BConfig::findValue ( BString  name)
BError BConfig::open ( BString  fileName,
BString  mode = "r" 
)
BError BConfig::read ( )
BError BConfig::write ( )

Member Data Documentation

BFile BConfig::ofile [private]

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