#include <Rcpp.h>
#include <typeinfo>
#include <exception>
#include <exception_defines.h>
#include <cxxabi.h>
Go to the source code of this file.
Functions | |
void | forward_uncaught_exceptions_to_r () |
SEXP | initUncaughtExceptionHandler () |
void forward_uncaught_exceptions_to_r | ( | ) |
Definition at line 29 of file exceptions.cpp.
Referenced by initUncaughtExceptionHandler().
SEXP initUncaughtExceptionHandler | ( | ) |
Definition at line 77 of file exceptions.cpp.
References forward_uncaught_exceptions_to_r().