Logo ROOT   6.12/07
Reference Guide
Namespaces | Functions
RExports.cxx File Reference
#include <RExports.h>
#include <TRFunctionExport.h>
#include <TRObject.h>
#include <TRDataFrame.h>
#include <Rcpp/Vector.h>
Include dependency graph for RExports.cxx:

Namespaces

 Rcpp
 This is a class to support deprecated method to pass function to R's Environment, based in Rcpp::InternalFunction.
 
 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::R
 namespace associated R package for ROOT.
 

Functions

template<>
TVectorT< Double_tRcpp::as (SEXP v)
 
template<>
TVectorT< Float_tRcpp::as (SEXP v)
 
template<>
TMatrixT< Double_tRcpp::as (SEXP)
 
template<>
TMatrixT< Float_tRcpp::as (SEXP)
 
template<>
ROOT::R::TRDataFrame Rcpp::as (SEXP)
 
template<>
ROOT::R::TRObject Rcpp::as (SEXP)
 
template<>
ROOT::R::TRFunctionImport Rcpp::as (SEXP)
 
template<>
SEXP Rcpp::wrap (const TVectorT< Double_t > &v)
 
template<>
SEXP Rcpp::wrap (const TVectorT< Float_t > &v)
 
template<>
SEXP Rcpp::wrap (const TMatrixT< Double_t > &m)
 
template<>
SEXP Rcpp::wrap (const TMatrixT< Float_t > &m)
 
template<>
SEXP Rcpp::wrap (const ROOT::R::TRDataFrame &o)
 
template<>
SEXP Rcpp::wrap (const ROOT::R::TRObject &o)
 
template<>
SEXP Rcpp::wrap (const ROOT::R::TRFunctionImport &o)