ROOT
v6-32
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
ClassImp
(
TRFunctionExport
);
14
15
16
//______________________________________________________________________________
17
TRFunctionExport::TRFunctionExport
():
TObject
()
18
{
19
f
=
NULL
;
20
}
21
22
//______________________________________________________________________________
23
TRFunctionExport::TRFunctionExport
(
const
TRFunctionExport
&
fun
):
TObject
(
fun
)
24
{
25
f
=
fun
.f;
26
}
27
ClassImp
#define ClassImp(name)
Definition
Rtypes.h:377
TRangeDynCast
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Definition
TCollection.h:358
TRFunctionExport.h
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
ROOT::R::TRFunctionExport
This is a class to pass functions from ROOT to R.
Definition
TRFunctionExport.h:140
ROOT::R::TRFunctionExport::f
TRInternalFunction * f
Definition
TRFunctionExport.h:144
ROOT::R::TRFunctionExport::TRFunctionExport
TRFunctionExport()
Default TRFunctionExport constructor.
Definition
TRFunctionExport.cxx:17
TObject
Mother of all ROOT objects.
Definition
TObject.h:41
ROOT::R
namespace associated R package for ROOT.
Definition
RExports.h:71
bindings
r
src
TRFunctionExport.cxx
ROOT v6-32 - Reference Guide Generated on Mon Feb 17 2025 14:16:45 (GVA Time) using Doxygen 1.10.0