MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / LongjumpException

Method LongjumpException

inst/include/Rcpp/exceptions.h:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163struct LongjumpException {
164 SEXP token;
165 LongjumpException(SEXP token_) : token(token_) {
166 if (internal::isLongjumpSentinel(token)) {
167 token = internal::getLongjumpToken(token);
168 }
169 }
170};
171
172 #define RCPP_ADVANCED_EXCEPTION_CLASS(__CLASS__, __WHAT__) \

Callers

nothing calls this directly

Calls 2

isLongjumpSentinelFunction · 0.85
getLongjumpTokenFunction · 0.85

Tested by

no test coverage detected