#include <SimpleSAXParser.h>
Public Member Functions | |
const char * | error () |
ParserError (const std::string &error) | |
Private Attributes | |
std::string | m_error |
Definition at line 94 of file SimpleSAXParser.h.
SimpleSAXParser::ParserError::ParserError | ( | const std::string & | error | ) | [inline] |
Definition at line 97 of file SimpleSAXParser.h.
const char* SimpleSAXParser::ParserError::error | ( | ) | [inline] |
Definition at line 101 of file SimpleSAXParser.h.
References m_error.
Referenced by CmsShowMainBase::reloadConfiguration(), and CmsShowMainBase::setupConfiguration().
{ return m_error.c_str(); }
std::string SimpleSAXParser::ParserError::m_error [private] |
Definition at line 103 of file SimpleSAXParser.h.
Referenced by error().