wibble
1.1
|
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 ) |
wibble::exception::InstallUnexpected::~InstallUnexpected | ( | ) |
|
protected |