#include <exception.h>
Public Member Functions | |
InstallUnexpected (void(*func)()=DefaultUnexpected) | |
~InstallUnexpected () | |
Protected Attributes | |
void(* | old )() |
Install DefaultUnexpected if no handler is provided.
wibble::exception::InstallUnexpected::InstallUnexpected | ( | void(*)() | func = DefaultUnexpected |
) |
References old.
wibble::exception::InstallUnexpected::~InstallUnexpected | ( | ) |
References old.
void(* wibble::exception::InstallUnexpected::old)() [protected] |
Referenced by InstallUnexpected(), and ~InstallUnexpected().