kviewshell
GExceptionHandler Class Reference
#include <GException.h>
Public Member Functions | |
GExceptionHandler () | |
~GExceptionHandler () | |
Static Public Member Functions | |
static void | emthrow (const GException &) no_return |
Public Attributes | |
GException | current |
jmp_buf | jump |
GExceptionHandler * | next |
Static Public Attributes | |
static GExceptionHandler * | head = 0 |
Detailed Description
Definition at line 283 of file GException.h.
Constructor & Destructor Documentation
GExceptionHandler::GExceptionHandler | ( | ) | [inline] |
Definition at line 292 of file GException.h.
GExceptionHandler::~GExceptionHandler | ( | ) | [inline] |
Definition at line 293 of file GException.h.
Member Function Documentation
void GExceptionHandler::emthrow | ( | const GException & | gex | ) | [static] |
Definition at line 211 of file GException.cpp.
Member Data Documentation
Definition at line 287 of file GException.h.
GExceptionHandler * GExceptionHandler::head = 0 [static] |
Definition at line 289 of file GException.h.
jmp_buf GExceptionHandler::jump |
Definition at line 285 of file GException.h.
Definition at line 286 of file GException.h.
The documentation for this class was generated from the following files: