OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <myexcept.h>
Public Member Functions | |
Tracer (const char *) | |
~Tracer () | |
void | ReName (const char *) |
Static Public Member Functions | |
static void | PrintTrace () |
static void | AddTrace () |
Static Public Attributes | |
static Tracer * | last |
Private Attributes | |
const char * | entry |
Tracer * | previous |
Friends | |
class | BaseException |
Definition at line 54 of file myexcept.h.
|
inline |
|
inline |
|
static |
Definition at line 110 of file myexcept.cpp.
References BaseException::AddMessage(), and previous.
Referenced by Bad_alloc::Bad_alloc(), BaseException::BaseException(), CannotBuildException::CannotBuildException(), ConvergenceException::ConvergenceException(), Domain_error::Domain_error(), IncompatibleDimensionsException::IncompatibleDimensionsException(), InternalException::InternalException(), Invalid_argument::Invalid_argument(), Length_error::Length_error(), Logic_error::Logic_error(), NotDefinedException::NotDefinedException(), NotSquareException::NotSquareException(), Out_of_range::Out_of_range(), Overflow_error::Overflow_error(), OverflowException::OverflowException(), ProgramException::ProgramException(), Range_error::Range_error(), Runtime_error::Runtime_error(), SolutionException::SolutionException(), SubMatrixDimensionException::SubMatrixDimensionException(), and VectorException::VectorException().
|
static |
|
inline |
|
friend |
Definition at line 65 of file myexcept.h.
|
private |
Definition at line 56 of file myexcept.h.
Referenced by ReName().
|
static |
Definition at line 64 of file myexcept.h.
|
private |
Definition at line 57 of file myexcept.h.
Referenced by AddTrace(), PrintTrace(), and ~Tracer().