#include <RExports.h>
#include <TRFunctionExport.h>
#include <TRObject.h>
#include <TRDataFrame.h>
#include <Rcpp/Vector.h>
Namespaces | |
namespace | Rcpp |
This is a class to support deprecated method to pass function to R's Environment, based in Rcpp::InternalFunction. | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::R |
namespace associated R package for ROOT. | |
Functions | |
template<> | |
TMatrixT< Double_t > | Rcpp::as (SEXP m) |
template<> | |
TMatrixT< Float_t > | Rcpp::as (SEXP m) |
template<> | |
ROOT::R::TRObject | Rcpp::as (SEXP obj) |
template<> | |
ROOT::R::TRDataFrame | Rcpp::as (SEXP obj) |
template<> | |
ROOT::R::TRFunctionImport | Rcpp::as (SEXP obj) |
template<> | |
TVectorT< Double_t > | Rcpp::as (SEXP v) |
template<> | |
TVectorT< Float_t > | Rcpp::as (SEXP v) |
const Rcpp::internal::NamedPlaceHolder & | ROOT::R::Label (Rcpp::_) |
template<> | |
SEXP | Rcpp::wrap (const ROOT::R::TRDataFrame &obj) |
template<> | |
SEXP | Rcpp::wrap (const ROOT::R::TRFunctionImport &obj) |
template<> | |
SEXP | Rcpp::wrap (const ROOT::R::TRObject &obj) |
template<> | |
SEXP | Rcpp::wrap (const TMatrixT< Double_t > &m) |
template<> | |
SEXP | Rcpp::wrap (const TMatrixT< Float_t > &m) |
template<> | |
SEXP | Rcpp::wrap (const TVectorT< Double_t > &v) |
template<> | |
SEXP | Rcpp::wrap (const TVectorT< Float_t > &v) |