An abstract base class for sources feeding into util::OptionParser .
More...
#include <option_parser.h>
Inheritance diagram for util::OptionReader:
List of all members.Public Member Functions
-
virtual string nextOptionName ()=0
-
virtual string nextOptionValue (const Option *op)=0
-
virtual bool done ()=0
Detailed Description
An abstract base class for sources feeding into util::OptionParser .
It defines the following interface supplying exactly three methods, namely
- string nextOptionName(),
- string nextOptionValue( const Option* op ),
- bool done(). These are then converted into objects of type Option.
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