Logo ROOT   6.16/01
Reference Guide
Namespaces | Functions

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<>
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)
 

Detailed Description

This is a class to support deprecated method to pass function to R's Environment, based in Rcpp::InternalFunction.

Function Documentation

◆ as() [1/2]

template<class T , size_t i>
std::array< T, i > Rcpp::as ( SEXP &  obj)

Definition at line 101 of file RExports.h.

◆ as() [2/2]

template<>
ROOT::R::TRFunctionImport Rcpp::as ( SEXP  s)
inline

Definition at line 71 of file RExports.h.

◆ RCPP_API_CLASS()

Rcpp::RCPP_API_CLASS ( TRInternalFunction_Impl  )

Definition at line 32 of file TRInternalFunction.h.

◆ wrap() [1/8]

template<>
SEXP Rcpp::wrap ( const ROOT::R::TRDataFrame o)

Definition at line 87 of file RExports.cxx.

◆ wrap() [2/8]

template<>
SEXP Rcpp::wrap ( const ROOT::R::TRFunctionImport o)

Definition at line 98 of file RExports.cxx.

◆ wrap() [3/8]

template<>
SEXP Rcpp::wrap ( const ROOT::R::TRObject o)

Definition at line 77 of file RExports.cxx.

◆ wrap() [4/8]

template<>
SEXP Rcpp::wrap ( const TMatrixT< Double_t > &  m)

Definition at line 43 of file RExports.cxx.

◆ wrap() [5/8]

template<>
SEXP Rcpp::wrap ( const TMatrixT< Float_t > &  m)

Definition at line 59 of file RExports.cxx.

◆ wrap() [6/8]

template<>
SEXP Rcpp::wrap ( const TString s)
inline

Definition at line 67 of file RExports.h.

◆ wrap() [7/8]

template<>
SEXP Rcpp::wrap ( const TVectorT< Double_t > &  v)

Definition at line 18 of file RExports.cxx.

◆ wrap() [8/8]

template<>
SEXP Rcpp::wrap ( const TVectorT< Float_t > &  v)

Definition at line 30 of file RExports.cxx.