#include <TagexprParser.h>
Public Member Functions | |
void | setResult (Tagexpr *result) throw () |
void | addError (const std::string &message) throw () |
Tagexpr * | parse (const std::string &buffer) throw () |
const std::string & | getErrorMessage () const throw () |
std::string | getErrorMessage () throw () |
Static Public Member Functions | |
TagexprParser * | instance () throw () |
Protected Attributes | |
Tagexpr * | result |
std::string | errorMessage |
Static Protected Attributes | |
TagexprParser * | _instance = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|