|
attribute_hidden const char * | Rcpp::type2name (SEXP x) |
|
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 SEXP | Rcpp::internal::get_Rcpp_namespace () |
|
attribute_hidden double | Rcpp::mktime00 (struct tm &tm) |
|
attribute_hidden struct tm * | Rcpp::gmtime_ (const time_t *const x) |
|
attribute_hidden void | Rcpp::Rcpp_precious_init () |
|
attribute_hidden void | Rcpp::Rcpp_precious_teardown () |
|
attribute_hidden SEXP | Rcpp::Rcpp_precious_preserve (SEXP object) |
|
attribute_hidden void | Rcpp::Rcpp_precious_remove (SEXP token) |
|
attribute_hidden Rostream< true > & | Rcpp::Rcpp_cout_get () |
|
attribute_hidden Rostream< false > & | Rcpp::Rcpp_cerr_get () |
|
attribute_hidden SEXP | rcpp_get_stack_trace () |
|
attribute_hidden SEXP | rcpp_set_stack_trace (SEXP e) |
|
attribute_hidden std::string | demangle (const std::string &name) |
|
attribute_hidden const char * | short_file_name (const char *file) |
|
attribute_hidden SEXP | stack_trace (const char *file="", int line=-1) |
|
attribute_hidden SEXP | get_string_elt (SEXP s, R_xlen_t i) |
|
attribute_hidden const char * | char_get_string_elt (SEXP s, R_xlen_t i) |
|
attribute_hidden void | set_string_elt (SEXP s, R_xlen_t i, SEXP v) |
|
attribute_hidden void | char_set_string_elt (SEXP s, R_xlen_t i, const char *v) |
|
attribute_hidden SEXP * | get_string_ptr (SEXP s) |
|
attribute_hidden SEXP | get_vector_elt (SEXP v, R_xlen_t i) |
|
attribute_hidden void | set_vector_elt (SEXP v, R_xlen_t i, SEXP x) |
|
attribute_hidden SEXP * | get_vector_ptr (SEXP v) |
|
attribute_hidden const char * | char_nocheck (SEXP x) |
|
attribute_hidden void * | dataptr (SEXP x) |
|
attribute_hidden Rcpp::Module * | getCurrentScope () |
|
attribute_hidden void | setCurrentScope (Rcpp::Module *mod) |
|
attribute_hidden int * | get_cache (int n) |
|
attribute_hidden SEXP | reset_current_error () |
|
attribute_hidden int | error_occured () |
|
attribute_hidden SEXP | rcpp_get_current_error () |
|