12#ifndef ROOT_R_TRFunctionExport 
   13#define ROOT_R_TRFunctionExport 
#define ClassDef(name, id)
 
This is a class to pass functions from ROOT to R.
 
~TRFunctionExport()
Default TRFunctionExport destructor.
 
void SetFunction(T fun)
function to assign function to export, template method that supports a lot of function's prototypes
 
TRFunctionExport(T fun)
TRFunctionExport template constructor that supports a lot of function's prototypes.
 
TRFunctionExport()
Default TRFunctionExport constructor.
 
ROOT R was implemented using the R Project library and the modules Rcpp and RInside
 
Mother of all ROOT objects.
 
Rcpp::TRInternalFunction_Impl< Rcpp::PreserveStorage > TRInternalFunction