Logo ROOT  
Reference Guide
TRFunctionExport.cxx
Go to the documentation of this file.
1/*************************************************************************
2 * Copyright (C) 2013-2015, Omar Andres Zapata Mesa *
3 * All rights reserved. *
4 * *
5 * For the licensing terms see $ROOTSYS/LICENSE. *
6 * For the list of contributors see $ROOTSYS/README/CREDITS. *
7 *************************************************************************/
8#include<TRFunctionExport.h>
9
10using namespace ROOT::R;
12
13
14//______________________________________________________________________________
15TRFunctionExport::TRFunctionExport(): TObject()
16{
17 f = NULL;
18}
19
20//______________________________________________________________________________
22{
23 f = fun.f;
24}
25
#define ClassImp(name)
Definition: Rtypes.h:365
This is a class to pass functions from ROOT to R.
TRInternalFunction * f
TRFunctionExport()
Default TRFunctionExport constructor.
Mother of all ROOT objects.
Definition: TObject.h:37
namespace associated R package for ROOT.
Definition: RExports.h:56