#include <Rtypes.h>
#include <TString.h>
#include <TVector.h>
#include <TMatrixT.h>
#include <TArrayD.h>
#include <TArrayF.h>
#include <TArrayI.h>
#include <string>
#include <vector>
#include <array>
#include <RcppCommon.h>
#include <Rcpp.h>
#include <RInside.h>
Classes | |
class | ROOT::R::class_< T > |
Namespaces | |
namespace | Rcpp |
This is a class to support deprecated method to pass function to R's Environment, based in Rcpp::InternalFunction. | |
namespace | Rcpp::traits |
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. | |
Macros | |
#define | LOAD_ROOTR_MODULE(NAME) Rf_eval( Rf_lang2( ( ROOT::R::ModuleSymRef == NULL ? ROOT::R::ModuleSymRef = Rf_install("Module") : ROOT::R::ModuleSymRef ), _rcpp_module_boot_##NAME() ), R_GlobalEnv ) |
#define | ROOTR_EXPOSED_CLASS RCPP_EXPOSED_CLASS |
#define | ROOTR_EXPOSED_CLASS_INTERNAL(CLASS) |
#define | ROOTR_MODULE RCPP_MODULE |
Typedefs | |
typedef std::vector< TString > | TVectorString |
Functions | |
template<class T , size_t i> | |
std::array< T, i > | Rcpp::as (SEXP &obj) |
template<> | |
TString | Rcpp::as (SEXP s) |
template<> | |
TVectorT< Double_t > | Rcpp::as (SEXP v) |
template<> | |
TVectorT< Float_t > | Rcpp::as (SEXP v) |
template<> | |
TMatrixT< Double_t > | Rcpp::as (SEXP) |
template<> | |
TMatrixT< Float_t > | Rcpp::as (SEXP) |
template<> | |
ROOT::R::TRDataFrame | Rcpp::as (SEXP) |
template<> | |
ROOT::R::TRObject | Rcpp::as (SEXP) |
template<> | |
ROOT::R::TRFunctionImport | Rcpp::as (SEXP) |
template<class T > | |
void | ROOT::R::function (const Char_t *name_, T fun, const Char_t *docstring=0) |
template<> | |
SEXP | Rcpp::wrap (const ROOT::R::TRDataFrame &o) |
template<> | |
SEXP | Rcpp::wrap (const ROOT::R::TRFunctionImport &o) |
template<> | |
SEXP | Rcpp::wrap (const ROOT::R::TRObject &o) |
template<> | |
SEXP | Rcpp::wrap (const TMatrixT< Double_t > &m) |
template<> | |
SEXP | Rcpp::wrap (const TMatrixT< Float_t > &m) |
template<> | |
SEXP | Rcpp::wrap (const TString &s) |
template<> | |
SEXP | Rcpp::wrap (const TVectorT< Double_t > &v) |
template<> | |
SEXP | Rcpp::wrap (const TVectorT< Float_t > &v) |
Variables | |
const Rcpp::internal::NamedPlaceHolder & | ROOT::R::Label |
VARIABLE_IS_NOT_USED SEXP | ROOT::R::ModuleSymRef = NULL |
#define LOAD_ROOTR_MODULE | ( | NAME | ) | Rf_eval( Rf_lang2( ( ROOT::R::ModuleSymRef == NULL ? ROOT::R::ModuleSymRef = Rf_install("Module") : ROOT::R::ModuleSymRef ), _rcpp_module_boot_##NAME() ), R_GlobalEnv ) |
Definition at line 193 of file RExports.h.
#define ROOTR_EXPOSED_CLASS RCPP_EXPOSED_CLASS |
Definition at line 180 of file RExports.h.
#define ROOTR_EXPOSED_CLASS_INTERNAL | ( | CLASS | ) |
Definition at line 183 of file RExports.h.
#define ROOTR_MODULE RCPP_MODULE |
Definition at line 179 of file RExports.h.
typedef std::vector<TString> TVectorString |
Definition at line 68 of file RExports.h.