OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Classes | |
class | Tracer |
class | BaseException |
class | Janitor |
class | Logic_error |
class | Runtime_error |
class | Domain_error |
class | Invalid_argument |
class | Length_error |
class | Out_of_range |
class | Range_error |
class | Overflow_error |
class | Bad_alloc |
Macros | |
#define | FREE_CHECK(Class) public: |
#define | MONITOR_REAL_NEW(Operation, Size, Pointer) {} |
#define | MONITOR_INT_NEW(Operation, Size, Pointer) {} |
#define | MONITOR_REAL_DELETE(Operation, Size, Pointer) {} |
#define | MONITOR_INT_DELETE(Operation, Size, Pointer) {} |
#define | NEW_DELETE(Class) FREE_CHECK(Class) |
Functions | |
void | Terminate () |
#define FREE_CHECK | ( | Class | ) | public: |
Definition at line 316 of file myexcept.h.
#define MONITOR_INT_DELETE | ( | Operation, | |
Size, | |||
Pointer | |||
) | {} |
Definition at line 320 of file myexcept.h.
Referenced by BandLUMatrix::~BandLUMatrix(), and CroutMatrix::~CroutMatrix().
#define MONITOR_INT_NEW | ( | Operation, | |
Size, | |||
Pointer | |||
) | {} |
Definition at line 318 of file myexcept.h.
Referenced by BandLUMatrix::BandLUMatrix(), and CroutMatrix::CroutMatrix().
#define MONITOR_REAL_DELETE | ( | Operation, | |
Size, | |||
Pointer | |||
) | {} |
Definition at line 319 of file myexcept.h.
Referenced by GeneralMatrix::CleanUp(), GeneralMatrix::Eq(), GeneralMatrix::ReSize(), GeneralMatrix::tDelete(), BandLUMatrix::~BandLUMatrix(), GeneralMatrix::~GeneralMatrix(), and MatrixRowCol::~MatrixRowCol().
#define MONITOR_REAL_NEW | ( | Operation, | |
Size, | |||
Pointer | |||
) | {} |
Definition at line 317 of file myexcept.h.
Referenced by BandLUMatrix::BandLUMatrix(), GeneralMatrix::GeneralMatrix(), Matrix::GetCol(), SymmetricMatrix::GetCol(), UpperTriangularMatrix::GetCol(), LowerTriangularMatrix::GetCol(), BandMatrix::GetCol(), SymmetricBandMatrix::GetCol(), SymmetricMatrix::GetRow(), SymmetricBandMatrix::GetRow(), GeneralMatrix::GetStore(), GeneralMatrix::ReSize(), and GeneralMatrix::reuse().
#define NEW_DELETE | ( | Class | ) | FREE_CHECK(Class) |
Definition at line 338 of file myexcept.h.
void Terminate | ( | ) |