|
MyVector
|

Go to the source code of this file.
Classes | |
| class | OutOfRange |
Functions | |
| void | my_new_handler (void) |
| void my_new_handler | ( | void | ) |
Global new exception handler for "new". requires the C++ call set_new_handler( my_new_handler ); in the code to activate it.
Definition at line 7 of file myexceptions.cpp.