ROOT
git-r3/HEAD
Reference Guide
Loading...
Searching...
No Matches
TRFunctionExport.cxx
Go to the documentation of this file.
1
// Author: Omar Zapata Omar.Zapata@cern.ch 2015
2
3
/*************************************************************************
4
* Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. *
5
* All rights reserved. *
6
* *
7
* For the licensing terms see $ROOTSYS/LICENSE. *
8
* For the list of contributors see $ROOTSYS/README/CREDITS. *
9
*************************************************************************/
10
#include<
TRFunctionExport.h
>
11
12
using namespace
ROOT::R
;
13
14
15
//______________________________________________________________________________
16
TRFunctionExport::TRFunctionExport
():
TObject
()
17
{
18
f
= NULL;
19
}
20
21
//______________________________________________________________________________
22
TRFunctionExport::TRFunctionExport
(
const
TRFunctionExport
&fun):
TObject
(fun)
23
{
24
f
= fun.
f
;
25
}
26
TRFunctionExport.h
ROOT::R::TRFunctionExport::f
TRInternalFunction * f
Definition
TRFunctionExport.h:143
ROOT::R::TRFunctionExport::TRFunctionExport
TRFunctionExport()
Default TRFunctionExport constructor.
Definition
TRFunctionExport.cxx:16
TObject::TObject
TObject()
TObject constructor.
Definition
TObject.h:259
ROOT::R
namespace associated R package for ROOT.
Definition
RExports.h:72
bindings
r
src
TRFunctionExport.cxx
ROOTgit-r3/HEAD - Reference Guide Generated on
(GVA Time) using Doxygen 1.16.1