#include <Rcpp/RObject.h>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | Rcpp |
Functions | |
RObject | Rcpp::wrap (SEXP m_sexp=R_NilValue) |
RObject | Rcpp::wrap (const bool &v) |
RObject | Rcpp::wrap (const double &v) |
RObject | Rcpp::wrap (const int &v) |
RObject | Rcpp::wrap (const Rbyte &v) |
RObject | Rcpp::wrap (const std::string &v) |
RObject | Rcpp::wrap (const std::vector< bool > &v) |
RObject | Rcpp::wrap (const std::vector< int > &v) |
RObject | Rcpp::wrap (const std::vector< double > &v) |
RObject | Rcpp::wrap (const std::vector< Rbyte > &v) |
RObject | Rcpp::wrap (const std::vector< std::string > &v) |
RObject | Rcpp::wrap (const std::set< int > &v) |
RObject | Rcpp::wrap (const std::set< double > &v) |
RObject | Rcpp::wrap (const std::set< Rbyte > &v) |
RObject | Rcpp::wrap (const std::set< std::string > &v) |