22 #ifndef EXCEPTIONHANDLER_H
23 #define EXCEPTIONHANDLER_H
28 namespace ExceptionHandler {
57 #endif // EXCEPTIONHANDLER_H
charon_plugins_DLL_PUBLIC int checkRaise(void(&method)())
execute given function and return EXIT_SUCCESS on exception catch
Dynamic library API import/export prprocessor macros.
#define charon_plugins_DLL_PUBLIC
Preprocessor macro to define this class/function as public visible, i.e.
charon_plugins_DLL_PUBLIC int run(int(&method)())
Execute given function and catch exceptions.