|
wibble
0.1.28
|
Install an unexpected handler for the duration of its scope. More...
#include <exception.h>
Public Member Functions | |
| InstallUnexpected (void(*func)()=DefaultUnexpected) | |
| ~InstallUnexpected () | |
Protected Attributes | |
| void(* | old )() |
Install an unexpected handler for the duration of its scope.
Install DefaultUnexpected if no handler is provided.
| wibble::exception::InstallUnexpected::InstallUnexpected | ( | void(*)() | func = DefaultUnexpected | ) |
void(* wibble::exception::InstallUnexpected::old)() [protected] |
1.7.6.1