Rcpp Version 1.1.2
Loading...
Searching...
No Matches
unwindProtect.h File Reference
#include <csetjmp>
#include <functional>
Include dependency graph for unwindProtect.h:
This graph shows which files directly or indirectly include this file:

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)