#include <Rcpp.h>
#include <cstring>
#include <stdio.h>
Go to the source code of this file.
Namespaces |
| namespace | Rcpp |
| | Rcpp API.
|
| namespace | Rcpp::internal |
| | internal implementation details
|
Functions |
| void | logTxtFunction (const char *file, const int line, const char *expression) |
| SEXP | capabilities () |
| SEXP | test_named () |
| const char * | sexp_to_name (int sexp_type) |
| template<> |
| int * | Rcpp::internal::r_vector_start< INTSXP, int > (SEXP x) |
| template<> |
| int * | Rcpp::internal::r_vector_start< LGLSXP, int > (SEXP x) |
| template<> |
| double * | Rcpp::internal::r_vector_start< REALSXP, double > (SEXP x) |
| template<> |
| Rbyte * | Rcpp::internal::r_vector_start< RAWSXP, Rbyte > (SEXP x) |
| template<> |
| Rcomplex * | Rcpp::internal::r_vector_start< CPLXSXP, Rcomplex > (SEXP x) |
| template<> |
| void | Rcpp::internal::r_init_vector< VECSXP > (SEXP x) |
| template<> |
| void | Rcpp::internal::r_init_vector< EXPRSXP > (SEXP x) |
| template<> |
| void | Rcpp::internal::r_init_vector< STRSXP > (SEXP x) |
| template<> |
| Rcomplex | Rcpp::internal::get_zero< CPLXSXP, Rcomplex > () |
| template<> |
| Rcomplex | Rcpp::internal::caster< std::complex< double >, Rcomplex > (std::complex< double > from) |
| template<> |
| Rcomplex | Rcpp::internal::caster< std::complex< float >, Rcomplex > (std::complex< float > from) |
| template<> |
| std::complex< double > | Rcpp::internal::caster< Rcomplex, std::complex< double > > (Rcomplex from) |
| template<> |
| std::complex< float > | Rcpp::internal::caster< Rcomplex, std::complex< float > > (Rcomplex from) |
| int | Rcpp::internal::rcpp_call_test_ (SEXP) |
| SEXP | rcpp_call_test (SEXP x) |
| SEXP | as_character_externalptr (SEXP xp) |
Function Documentation
| SEXP as_character_externalptr |
( |
SEXP |
xp | ) |
|
| void logTxtFunction |
( |
const char * |
file, |
|
|
const int |
line, |
|
|
const char * |
expression |
|
) |
| |
| SEXP rcpp_call_test |
( |
SEXP |
x | ) |
|
| const char* sexp_to_name |
( |
int |
sexp_type | ) |
|