Implementation of an OptionReader for config file processing.
More...
#include <config_file_reader.h>
Inheritance diagram for util::ConfigFileReader:
List of all members.Public Member Functions
-
ConfigFileReader (const string &filename)
-
virtual string nextOptionName () throw (UException)
-
virtual string nextOptionValue (const Option *op) throw (UException)
-
virtual bool done ()
-
string fileName () const
Protected Member Functions
Protected Attributes
-
const string filename_
-
bool done_
-
ifstream conffile_
-
string optionname_
-
string optionvalue_
Detailed Description
Implementation of an OptionReader for config file processing.
Syntax of config-file must be
option = value
Value must be of proper type. After '#' (comment indicator) rest of line will be ignored.
The documentation for this class was generated from the following file:
Generated on Fri Dec 24 13:32:05 2004 for LTL by
1.3.4