Rcpp Version 1.0.9
|
Go to the source code of this file.
Namespaces | |
Rcpp | |
Rcpp API. | |
Rcpp::internal | |
internal implementation details | |
Functions | |
SEXP | Rcpp::pairlist () |
SEXP | Rcpp::grow (SEXP head, SEXP tail) |
template<typename T > | |
SEXP | Rcpp::internal::grow__dispatch (::Rcpp::traits::false_type, const T &head, SEXP tail) |
template<typename T > | |
SEXP | Rcpp::internal::grow__dispatch (::Rcpp::traits::true_type, const T &head, SEXP tail) |
template<typename T > | |
SEXP | Rcpp::grow (const T &head, SEXP tail) |
SEXP | Rcpp::grow (const char *head, SEXP tail) |