|
MOOS 0.2375
|

Go to the source code of this file.
Classes | |
| class | Tracer |
| class | Exception |
| 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 |
Defines | |
| #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 313 of file myexcept.h.
| #define MONITOR_INT_DELETE | ( | Operation, | |
| Size, | |||
| Pointer | |||
| ) | {} |
Definition at line 317 of file myexcept.h.
| #define MONITOR_INT_NEW | ( | Operation, | |
| Size, | |||
| Pointer | |||
| ) | {} |
Definition at line 315 of file myexcept.h.
| #define MONITOR_REAL_DELETE | ( | Operation, | |
| Size, | |||
| Pointer | |||
| ) | {} |
Definition at line 316 of file myexcept.h.
| #define MONITOR_REAL_NEW | ( | Operation, | |
| Size, | |||
| Pointer | |||
| ) | {} |
Definition at line 314 of file myexcept.h.
| #define NEW_DELETE | ( | Class | ) | FREE_CHECK(Class) |
Definition at line 335 of file myexcept.h.
| void Terminate | ( | ) |
Definition at line 221 of file myexcept.cpp.
1.7.4