#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 |
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.