- get_terminate
terminate_handler get_terminate()
- get_unexpected
deprecated unexpected_handler get_unexpected()
- set_terminate
terminate_handler set_terminate(terminate_handler f)
- set_unexpected
deprecated unexpected_handler set_unexpected(unexpected_handler f)
- terminate
void terminate()
- uncaught_exception
bool uncaught_exception()
- uncaught_exception
deprecated bool uncaught_exception()
- uncaught_exceptions
int uncaught_exceptions()
- unexpected
deprecated void unexpected()
Interface to C++ <exception>