CMS 3D CMS Logo

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

◆ ParserError()

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

Definition at line 85 of file SimpleSAXParser.h.

Member Function Documentation

◆ error()

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

Definition at line 87 of file SimpleSAXParser.h.

References m_error.

Referenced by Page1Parser.Page1Parser::check_for_whole_start_tag().

87 { return m_error.c_str(); }

Member Data Documentation

◆ m_error

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

Definition at line 90 of file SimpleSAXParser.h.

Referenced by error().