Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_DEFAULT_PANICHANDLER_HPP)
23 #define XERCESC_INCLUDE_GUARD_DEFAULT_PANICHANDLER_HPP
This class makes it possible to override the C++ memory management by adding new/delete operators to ...
Definition: XMemory.hpp:40
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
Receive notification of panic.
Definition: PanicHandler.hpp:44
virtual ~DefaultPanicHandler()
Destructor.
Definition: DefaultPanicHandler.hpp:49
#define XMLUTIL_EXPORT
Definition: XercesDefs.hpp:162
PanicReasons
Definition: PanicHandler.hpp:50
Receive notification of panic.
Definition: DefaultPanicHandler.hpp:39
virtual void panic(const PanicHandler::PanicReasons reason)=0
Receive notification of panic.
DefaultPanicHandler()
Default constructor.
Definition: DefaultPanicHandler.hpp:46