12 #ifndef ROOT_R_TRInternalFunction
13 #define ROOT_R_TRInternalFunction
32 RCPP_API_CLASS(TRInternalFunction_Impl)
36 RCPP_GENERATE_CTOR_ASSIGN(TRInternalFunction_Impl)
38 #include <TRInternalFunction__ctors.h>
42 inline void set(SEXP xp) {
43 Rcpp::Environment RCPP = Rcpp::Environment::Rcpp_namespace() ;
44 Rcpp::Function intf = RCPP[
"internal_function"] ;
45 Storage::set__(intf(xp)) ;
57 typedef Rcpp::TRInternalFunction_Impl<Rcpp::PreserveStorage> TRInternalFunction ;