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

#include <UT_OptionFile.h>

+ Inheritance diagram for UT_BlockParser:

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

bool parseLine (const char *line, UT_OptionValueMap &options) override
 
- Protected Member Functions inherited from UT_UIOptionParser
void addError (const char *error_str) const
 

Detailed Description

Definition at line 65 of file UT_OptionFile.h.

Member Function Documentation

bool UT_BlockParser::load ( const char *  filename,
UT_IStream is,
UT_OptionValueMap options 
)
overridevirtual

Reimplemented from UT_UIOptionParser.

bool UT_BlockParser::parseLine ( const char *  line,
UT_OptionValueMap options 
)
overrideprotectedvirtual

Reimplemented from UT_UIOptionParser.

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

Reimplemented from UT_UIOptionParser.


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