ROOT
6.18/05
Reference Guide
bindings
r
src
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
10
using namespace
ROOT::R
;
11
ClassImp
(
TRFunctionExport
);
12
13
14
//______________________________________________________________________________
15
TRFunctionExport::TRFunctionExport():
TObject
()
16
{
17
f
= NULL;
18
}
19
20
//______________________________________________________________________________
21
TRFunctionExport::TRFunctionExport
(
const
TRFunctionExport
&fun):
TObject
(fun)
22
{
23
f
= fun.
f
;
24
}
25
ClassImp
#define ClassImp(name)
Definition:
Rtypes.h:365
TRFunctionExport.h
ROOT::R::TRFunctionExport
This is a class to pass functions from ROOT to R.
Definition:
TRFunctionExport.h:141
ROOT::R::TRFunctionExport::f
TRInternalFunction * f
Definition:
TRFunctionExport.h:145
ROOT::R::TRFunctionExport::TRFunctionExport
TRFunctionExport()
Default TRFunctionExport constructor.
Definition:
TRFunctionExport.cxx:15
TObject
Mother of all ROOT objects.
Definition:
TObject.h:37
ROOT::R
namespace associated R package for ROOT.
Definition:
RExports.h:56