Rcpp Version 1.0.9
Rcpp::LongjumpException Struct Reference

#include <exceptions.h>

Public Member Functions

 LongjumpException (SEXP token_)
 

Public Attributes

SEXP token
 

Detailed Description

Definition at line 164 of file exceptions.h.

Constructor & Destructor Documentation

◆ LongjumpException()

Rcpp::LongjumpException::LongjumpException ( SEXP  token_)
inline

Definition at line 166 of file exceptions.h.

References Rcpp::internal::getLongjumpToken(), Rcpp::internal::isLongjumpSentinel(), and token.

Here is the call graph for this function:

Member Data Documentation

◆ token

SEXP Rcpp::LongjumpException::token

Definition at line 165 of file exceptions.h.

Referenced by LongjumpException().


The documentation for this struct was generated from the following file: