CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes
SimpleSAXParser::ParserError Class Reference

#include <SimpleSAXParser.h>

Public Member Functions

const char * error ()
 
 ParserError (const std::string &error)
 

Private Attributes

std::string m_error
 

Detailed Description

Definition at line 83 of file SimpleSAXParser.h.

Constructor & Destructor Documentation

SimpleSAXParser::ParserError::ParserError ( const std::string &  error)
inline

Definition at line 85 of file SimpleSAXParser.h.

Member Function Documentation

const char* SimpleSAXParser::ParserError::error ( )
inline

Definition at line 87 of file SimpleSAXParser.h.

References m_error.

Referenced by CmsShowMainBase::reloadConfiguration(), and CmsShowMainBase::setupConfiguration().

87 { return m_error.c_str(); }

Member Data Documentation

std::string SimpleSAXParser::ParserError::m_error
private

Definition at line 90 of file SimpleSAXParser.h.

Referenced by error().