|
Rcpp Version 1.1.2
|
#include <csetjmp>#include <functional>

Go to the source code of this file.
Classes | |
| struct | Rcpp::internal::UnwindData |
Namespaces | |
| namespace | Rcpp |
| Rcpp API. | |
| namespace | Rcpp::internal |
| internal implementation details | |
Functions | |
| void | Rcpp::internal::maybeJump (void *unwind_data, Rboolean jump) |
| SEXP | Rcpp::internal::unwindProtectUnwrap (void *data) |
| SEXP | Rcpp::unwindProtect (SEXP(*callback)(void *data), void *data) |
| SEXP | Rcpp::unwindProtect (std::function< SEXP(void)> callback) |