#include <UT_OptionFile.h>

Public Member Functions | |
| virtual bool | load (const char *filename, UT_IStream &is, UT_SymbolTable &options) |
| virtual bool | save (const char *filename, ostream &os, const UT_SymbolTable &options) const |
Protected Member Functions | |
| virtual bool | parseLine (const char *line, UT_SymbolTable &options) |
Definition at line 72 of file UT_OptionFile.h.
| virtual bool UT_BlockParser::load | ( | const char * | filename, | |
| UT_IStream & | is, | |||
| UT_SymbolTable & | options | |||
| ) | [virtual] |
Reimplemented from UT_UIOptionParser.
| virtual bool UT_BlockParser::parseLine | ( | const char * | line, | |
| UT_SymbolTable & | options | |||
| ) | [protected, virtual] |
Reimplemented from UT_UIOptionParser.
| virtual bool UT_BlockParser::save | ( | const char * | filename, | |
| ostream & | os, | |||
| const UT_SymbolTable & | options | |||
| ) | const [virtual] |
Reimplemented from UT_UIOptionParser.
1.5.9