Rcpp Version 1.0.14
|
Go to the source code of this file.
Classes | |
class | Rcpp::exception |
class | Rcpp::no_such_env |
class | Rcpp::file_io_error |
class | Rcpp::file_not_found |
class | Rcpp::file_exists |
struct | Rcpp::LongjumpException |
Namespaces | |
namespace | Rcpp |
Rcpp API. | |
namespace | Rcpp::internal |
internal implementation details | |
Macros | |
#define | RCPP_DEFAULT_INCLUDE_CALL true |
#define | GET_STACKTRACE() R_NilValue |
#define | RCPP_EXCEPTION_CLASS(__CLASS__, __WHAT__) |
#define | RCPP_SIMPLE_EXCEPTION_CLASS(__CLASS__, __MESSAGE__) |
#define | DEMANGLE(__TYPE__) demangle( typeid(__TYPE__).name() ).c_str() |
#define DEMANGLE | ( | __TYPE__ | ) | demangle( typeid(__TYPE__).name() ).c_str() |
Definition at line 382 of file exceptions.h.
#define GET_STACKTRACE | ( | ) | R_NilValue |
Definition at line 31 of file exceptions.h.
#define RCPP_DEFAULT_INCLUDE_CALL true |
Definition at line 28 of file exceptions.h.
#define RCPP_EXCEPTION_CLASS | ( | __CLASS__, | |
__WHAT__ | |||
) |
Definition at line 187 of file exceptions.h.
#define RCPP_SIMPLE_EXCEPTION_CLASS | ( | __CLASS__, | |
__MESSAGE__ | |||
) |
Definition at line 199 of file exceptions.h.
|
inline |
Definition at line 192 of file routines.h.
References Rcpp::as(), and GET_CALLABLE.
Referenced by exception_to_condition_template(), Rcpp::get_return_type_dispatch(), Rcpp::get_return_type_dispatch(), and registerFunctions().
|
inline |
Definition at line 324 of file exceptions.h.
References demangle(), get_exception_classes(), get_last_call(), make_condition(), rcpp_get_stack_trace(), and rcpp_set_stack_trace().
Referenced by exception_to_r_condition(), and rcpp_exception_to_r_condition().
|
inline |
Definition at line 352 of file exceptions.h.
References exception_to_condition_template(), and RCPP_DEFAULT_INCLUDE_CALL.
Referenced by forward_exception_to_r(), and forward_rcpp_exception_to_r().
|
inline |
Definition at line 376 of file exceptions.h.
References string_to_try_error().
|
inline |
Definition at line 386 of file exceptions.h.
References exception_to_r_condition().
|
inline |
Definition at line 393 of file exceptions.h.
References exception_to_r_condition().
|
inline |
Definition at line 288 of file exceptions.h.
Referenced by exception_to_condition_template().
|
inline |
Definition at line 268 of file exceptions.h.
References Rcpp::internal::is_Rcpp_eval_call().
Referenced by exception_to_condition_template().
|
inline |
Definition at line 302 of file exceptions.h.
Referenced by exception_to_condition_template().
|
inline |
Definition at line 347 of file exceptions.h.
References Rcpp::exception::copy_stack_trace_to_r(), exception_to_condition_template(), and Rcpp::exception::include_call().
|
inline |
Definition at line 356 of file exceptions.h.
Referenced by exception_to_try_error().