Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgAssertionHandler Class Reference

#include <SgSystem.h>

List of all members.


Detailed Description

Additional code to run in debug mode after an assertion failed.

Definition at line 72 of file SgSystem.h.

Public Member Functions

 SgAssertionHandler ()
 Constructor.
virtual ~SgAssertionHandler ()
 Constructor.
virtual void Run ()=0


Constructor & Destructor Documentation

SgAssertionHandler::SgAssertionHandler (  ) 

Constructor.

Automatically registers the handler.

Definition at line 41 of file SgSystem.cpp.

References AssertionHandlers().

SgAssertionHandler::~SgAssertionHandler (  )  [virtual]

Constructor.

Automatically unregisters the handler.

Definition at line 46 of file SgSystem.cpp.

References AssertionHandlers().


Member Function Documentation

virtual void SgAssertionHandler::Run (  )  [pure virtual]

Referenced by SgHandleAssertion().


The documentation for this class was generated from the following files:


17 Jun 2010 Doxygen 1.4.7