#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) |
| void | addError (const char *error_str) const |
Definition at line 53 of file UT_OptionFile.h.
| void UT_UIOptionParser::addError | ( | const char * | error_str | ) | const [protected] |
| virtual bool UT_UIOptionParser::load | ( | const char * | filename, | |
| UT_IStream & | is, | |||
| UT_SymbolTable & | options | |||
| ) | [virtual] |
| virtual bool UT_UIOptionParser::parseLine | ( | const char * | line, | |
| UT_SymbolTable & | options | |||
| ) | [protected, virtual] |
Reimplemented in UT_BlockParser.
| virtual bool UT_UIOptionParser::save | ( | const char * | filename, | |
| ostream & | os, | |||
| const UT_SymbolTable & | options | |||
| ) | const [virtual] |
1.5.9