Go to the source code of this file.
Classes | |
class | Bad_alloc |
class | BaseException |
class | Domain_error |
class | Invalid_argument |
class | Janitor |
class | Length_error |
class | Logic_error |
class | Out_of_range |
class | Overflow_error |
class | Range_error |
class | Runtime_error |
class | Tracer |
#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) |
void | Terminate () |
Exception handler. The low level classes for
Definition in file myexcept.h.
#define FREE_CHECK | ( | Class | ) | public: |
Definition at line 327 of file myexcept.h.
#define MONITOR_INT_DELETE | ( | Operation, | |
Size, | |||
Pointer | |||
) | {} |
Definition at line 331 of file myexcept.h.
#define MONITOR_INT_NEW | ( | Operation, | |
Size, | |||
Pointer | |||
) | {} |
Definition at line 329 of file myexcept.h.
#define MONITOR_REAL_DELETE | ( | Operation, | |
Size, | |||
Pointer | |||
) | {} |
Definition at line 330 of file myexcept.h.
#define MONITOR_REAL_NEW | ( | Operation, | |
Size, | |||
Pointer | |||
) | {} |
Definition at line 328 of file myexcept.h.
#define NEW_DELETE | ( | Class | ) | FREE_CHECK(Class) |
Definition at line 349 of file myexcept.h.
void Terminate | ( | ) |
Definition at line 8178 of file NewMatExhaustive.cpp.