This is a class to support deprecated method to pass function to R's Environment, based in Rcpp::InternalFunction. More...
Namespaces | |
traits | |
Functions | |
template<class T , size_t i> | |
std::array< T, i > | as (SEXP &obj) |
template<> | |
TString | as (SEXP s) |
RCPP_API_CLASS (TRInternalFunction_Impl) | |
template<> | |
SEXP | wrap (const ROOT::R::TRDataFrame &o) |
template<> | |
SEXP | wrap (const ROOT::R::TRFunctionImport &o) |
template<> | |
SEXP | wrap (const ROOT::R::TRObject &o) |
template<> | |
SEXP | wrap (const TMatrixT< Double_t > &m) |
template<> | |
SEXP | wrap (const TMatrixT< Float_t > &m) |
template<> | |
SEXP | wrap (const TString &s) |
template<> | |
SEXP | wrap (const TVectorT< Double_t > &v) |
template<> | |
SEXP | wrap (const TVectorT< Float_t > &v) |
This is a class to support deprecated method to pass function to R's Environment, based in Rcpp::InternalFunction.
std::array<T, i> Rcpp::as | ( | SEXP & | obj | ) |
Definition at line 101 of file RExports.h.
|
inline |
Definition at line 71 of file RExports.h.
Rcpp::RCPP_API_CLASS | ( | TRInternalFunction_Impl | ) |
Definition at line 32 of file TRInternalFunction.h.
SEXP Rcpp::wrap | ( | const ROOT::R::TRDataFrame & | o | ) |
Definition at line 91 of file RExports.cxx.
SEXP Rcpp::wrap | ( | const ROOT::R::TRFunctionImport & | o | ) |
Definition at line 102 of file RExports.cxx.
SEXP Rcpp::wrap | ( | const ROOT::R::TRObject & | o | ) |
Definition at line 81 of file RExports.cxx.
Definition at line 47 of file RExports.cxx.
Definition at line 63 of file RExports.cxx.
|
inline |
Definition at line 67 of file RExports.h.
Definition at line 22 of file RExports.cxx.
Definition at line 34 of file RExports.cxx.