This is a class to support deprecated method to pass function to R's Environment, based in Rcpp::InternalFunction. More...
Namespaces | |
namespace | traits |
Functions | |
template<class T , size_t i> | |
std::array< T, i > | as (SEXP &obj) |
template<> | |
TMatrixT< Double_t > | as (SEXP m) |
template<> | |
TMatrixT< Float_t > | as (SEXP m) |
template<> | |
ROOT::R::TRObject | as (SEXP obj) |
template<> | |
ROOT::R::TRDataFrame | as (SEXP obj) |
template<> | |
ROOT::R::TRFunctionImport | as (SEXP obj) |
template<> | |
TString | as (SEXP s) |
template<> | |
TVectorT< Double_t > | as (SEXP v) |
template<> | |
TVectorT< Float_t > | as (SEXP v) |
template<> | |
TVectorT< Double_t > | as (SEXP v) |
template<> | |
TVectorT< Float_t > | as (SEXP v) |
template<> | |
TMatrixT< Double_t > | as (SEXP) |
template<> | |
TMatrixT< Float_t > | as (SEXP) |
template<> | |
ROOT::R::TRDataFrame | as (SEXP) |
template<> | |
ROOT::R::TRObject | as (SEXP) |
template<> | |
ROOT::R::TRFunctionImport | as (SEXP) |
RCPP_API_CLASS (TRInternalFunction_Impl) | |
template<> | |
SEXP | wrap (const ROOT::R::TRDataFrame &o) |
template<> | |
SEXP | wrap (const ROOT::R::TRDataFrame &obj) |
template<> | |
SEXP | wrap (const ROOT::R::TRFunctionImport &o) |
template<> | |
SEXP | wrap (const ROOT::R::TRFunctionImport &obj) |
template<> | |
SEXP | wrap (const ROOT::R::TRObject &o) |
template<> | |
SEXP | wrap (const ROOT::R::TRObject &obj) |
template<> | |
SEXP | wrap (const TMatrixT< Double_t > &m) |
template<> | |
SEXP | wrap (const TMatrixT< Double_t > &m) |
template<> | |
SEXP | wrap (const TMatrixT< Float_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< Double_t > &v) |
template<> | |
SEXP | wrap (const TVectorT< Float_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 98 of file RExports.h.
Definition at line 59 of file RExports.cxx.
Definition at line 75 of file RExports.cxx.
|
inline |
Definition at line 88 of file RExports.cxx.
|
inline |
Definition at line 98 of file RExports.cxx.
|
inline |
Definition at line 109 of file RExports.cxx.
|
inline |
Definition at line 68 of file RExports.h.
Definition at line 68 of file RExports.h.
Definition at line 68 of file RExports.h.
Definition at line 30 of file RExports.cxx.
Definition at line 42 of file RExports.cxx.
Definition at line 68 of file RExports.h.
Definition at line 68 of file RExports.h.
|
inline |
Definition at line 68 of file RExports.h.
|
inline |
Definition at line 68 of file RExports.h.
|
inline |
Definition at line 68 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 93 of file RExports.cxx.
SEXP Rcpp::wrap | ( | const ROOT::R::TRDataFrame & | obj | ) |
Definition at line 93 of file RExports.cxx.
SEXP Rcpp::wrap | ( | const ROOT::R::TRFunctionImport & | o | ) |
Definition at line 104 of file RExports.cxx.
SEXP Rcpp::wrap | ( | const ROOT::R::TRFunctionImport & | obj | ) |
Definition at line 104 of file RExports.cxx.
SEXP Rcpp::wrap | ( | const ROOT::R::TRObject & | o | ) |
Definition at line 83 of file RExports.cxx.
SEXP Rcpp::wrap | ( | const ROOT::R::TRObject & | obj | ) |
Definition at line 83 of file RExports.cxx.
Definition at line 49 of file RExports.cxx.
Definition at line 49 of file RExports.cxx.
Definition at line 65 of file RExports.cxx.
Definition at line 65 of file RExports.cxx.
|
inline |
Definition at line 64 of file RExports.h.
Definition at line 24 of file RExports.cxx.
Definition at line 24 of file RExports.cxx.
Definition at line 36 of file RExports.cxx.
Definition at line 36 of file RExports.cxx.