#include <UT_OptionFile.h>

Public Member Functions | |
| UT_OptionParser () | |
| virtual | ~UT_OptionParser () |
| virtual bool | load (const char *filename, UT_IStream &is, UT_SymbolTable &options)=0 |
| virtual bool | save (const char *filename, ostream &os, const UT_SymbolTable &options) const =0 |
Definition at line 38 of file UT_OptionFile.h.
| UT_OptionParser::UT_OptionParser | ( | ) | [inline] |
Definition at line 41 of file UT_OptionFile.h.
| virtual UT_OptionParser::~UT_OptionParser | ( | ) | [inline, virtual] |
Definition at line 42 of file UT_OptionFile.h.
| virtual bool UT_OptionParser::load | ( | const char * | filename, | |
| UT_IStream & | is, | |||
| UT_SymbolTable & | options | |||
| ) | [pure virtual] |
Implemented in UT_UIOptionParser, and UT_BlockParser.
| virtual bool UT_OptionParser::save | ( | const char * | filename, | |
| ostream & | os, | |||
| const UT_SymbolTable & | options | |||
| ) | const [pure virtual] |
Implemented in UT_UIOptionParser, and UT_BlockParser.
1.5.9