Rcpp Version 1.0.9
|
Go to the source code of this file.
Namespaces | |
Rcpp | |
Rcpp API. | |
Rcpp::internal | |
internal implementation details | |
Macros | |
#define | COMPILING_RCPP |
#define | RCPP_USE_GLOBAL_ROSTREAM |
Functions | |
attribute_hidden Rostream< true > & | Rcpp::Rcpp_cout_get () |
attribute_hidden Rostream< false > & | Rcpp::Rcpp_cerr_get () |
attribute_hidden unsigned long | Rcpp::internal::enterRNGScope () |
attribute_hidden unsigned long | Rcpp::internal::exitRNGScope () |
attribute_hidden unsigned long | Rcpp::internal::beginSuspendRNGSynchronization () |
attribute_hidden unsigned long | Rcpp::internal::endSuspendRNGSynchronization () |
attribute_hidden char * | Rcpp::internal::get_string_buffer () |
attribute_hidden const char * | Rcpp::type2name (SEXP x) |
std::string | demangle (const std::string &name) |
const char * | short_file_name (const char *file) |
SEXP | as_character_externalptr (SEXP xp) |
SEXP | rcpp_capabilities () |
SEXP | rcpp_can_use_cxx0x () |
SEXP | rcpp_can_use_cxx11 () |
SEXP | stack_trace (const char *file, int line) |
SEXP | getRcppVersionStrings () |
Variables | |
int | Rcpp::internal::rngSynchronizationSuspended = 0 |
SEXP as_character_externalptr | ( | SEXP | xp | ) |
Definition at line 160 of file api.cpp.
References Rcpp::wrap().
|
inline |
Definition at line 125 of file api.cpp.
References GET_CALLABLE.
Referenced by exception_to_condition_template(), Rcpp::get_return_type_dispatch(), and registerFunctions().
SEXP getRcppVersionStrings | ( | ) |
Definition at line 289 of file api.cpp.
References RCPP_DEV_VERSION_STRING, and RCPP_VERSION_STRING.