ROOT
master
Reference Guide
Loading...
Searching...
No Matches
TRObject.cxx
Go to the documentation of this file.
1
// Author: Omar Zapata Omar.Zapata@cern.ch 2014
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<
TRObject.h
>
11
#include<vector>
12
13
using namespace
ROOT::R
;
14
15
//______________________________________________________________________________
16
TRObject::TRObject
(
SEXP
robj
):
TObject
(), fObj(
robj
), fStatus(
kTRUE
) { }
17
18
19
//______________________________________________________________________________
20
void
TRObject::operator=
(
SEXP
robj
)
21
{
22
fStatus
=
kTRUE
;
23
fObj
=
robj
;
24
}
25
26
//______________________________________________________________________________
27
TRObject::TRObject
(
SEXP
robj
,
Bool_t
status): fObj(
robj
), fStatus(status) {}
kTRUE
constexpr Bool_t kTRUE
Definition
RtypesCore.h:107
TRangeDynCast
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Definition
TCollection.h:358
TRObject.h
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
ROOT::R::TRObject::fObj
Rcpp::RObject fObj
Definition
TRObject.h:73
ROOT::R::TRObject::operator=
void operator=(SEXP xx)
Definition
TRObject.cxx:20
ROOT::R::TRObject::TRObject
TRObject()
Default constructor.
Definition
TRObject.h:79
ROOT::R::TRObject::fStatus
Bool_t fStatus
Definition
TRObject.h:74
TObject
Mother of all ROOT objects.
Definition
TObject.h:41
bool
ROOT::R
namespace associated R package for ROOT.
Definition
RExports.h:71
bindings
r
src
TRObject.cxx
ROOT master - Reference Guide Generated on Thu Oct 2 2025 15:16:49 (GVA Time) using Doxygen 1.10.0