HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_UIOptionParser Class Reference

#include <UT_OptionFile.h>

+ Inheritance diagram for UT_UIOptionParser:

Public Member Functions

bool load (const char *filename, UT_IStream &is, UT_OptionValueMap &options) override
 
bool save (const char *filename, std::ostream &os, const UT_OptionValueMap &options) const override
 
- Public Member Functions inherited from UT_OptionParser
 UT_OptionParser ()
 
virtual ~UT_OptionParser ()
 

Protected Member Functions

virtual bool parseLine (const char *line, UT_OptionValueMap &options)
 
void addError (const char *error_str) const
 

Detailed Description

Definition at line 46 of file UT_OptionFile.h.

Member Function Documentation

void UT_UIOptionParser::addError ( const char *  error_str) const
protected
bool UT_UIOptionParser::load ( const char *  filename,
UT_IStream is,
UT_OptionValueMap options 
)
overridevirtual

Implements UT_OptionParser.

Reimplemented in UT_BlockParser.

virtual bool UT_UIOptionParser::parseLine ( const char *  line,
UT_OptionValueMap options 
)
protectedvirtual

Reimplemented in UT_BlockParser.

bool UT_UIOptionParser::save ( const char *  filename,
std::ostream &  os,
const UT_OptionValueMap options 
) const
overridevirtual

Implements UT_OptionParser.

Reimplemented in UT_BlockParser.


The documentation for this class was generated from the following file: