Logo ROOT   6.12/07
Reference Guide
List of all members | Public Member Functions | List of all members
ROOT::Internal::TClaProxy Class Reference

Definition at line 393 of file TBranchProxy.h.

Public Member Functions

 TClaProxy ()=default
 
 ~TClaProxy () override=default
 
voidGetAddressOfElement (UInt_t i) final
 Return the address of the element number i. More...
 
Int_t GetEntries () override
 
const TClonesArrayGetPtr ()
 
const TClonesArrayoperator-> ()
 
void Print () override
 
- Public Member Functions inherited from ROOT::Detail::TBranchProxy
 TBranchProxy ()
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name=0)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name, const char *membername)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, TBranchProxy *parent, const char *membername, const char *top=0, const char *name=0)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, TBranch *branch, const char *membername)
 
virtual ~TBranchProxy ()
 
virtual Int_t GetArrayLength ()
 
const char * GetBranchName () const
 
TClassGetClass ()
 
voidGetClaStart (UInt_t i=0)
 
TVirtualCollectionProxyGetCollection ()
 
Int_t GetOffset ()
 
TBranchProxyGetProxy ()
 
virtual voidGetStart (UInt_t=0)
 
voidGetStlStart (UInt_t i=0)
 
voidGetWhere () const
 
Bool_t IsaPointer () const
 
Bool_t IsInitialized ()
 
Bool_t Read ()
 
Bool_t ReadEntries ()
 
void Reset ()
 
Bool_t Setup ()
 

Additional Inherited Members

- Protected Attributes inherited from ROOT::Detail::TBranchProxy
union {
   TBranch *   fBranchCount
 
   TLeaf *   fLeafCount
 
}; 
 
Int_t fArrayLength
 
TBranchfBranch
 
const TString fBranchName
 
TClassfClass
 
TString fClassName
 
TVirtualCollectionProxyfCollection
 
Int_t fCurrentTreeNumber
 
const TString fDataMember
 
Internal::TBranchProxyDirectorfDirector
 
TStreamerElementfElement
 
Bool_t fHasLeafCount: 1
 
Bool_t fInitialized: 1
 
Bool_t fIsaPointer: 1
 
Bool_t fIsClone: 1
 
const Bool_t fIsMember: 1
 
TTreefLastTree
 
Int_t fMemberOffset
 
Int_t fOffset
 
TBranchProxyfParent
 
Long64_t fRead
 
voidfWhere
 

#include <TBranchProxy.h>

Inheritance diagram for ROOT::Internal::TClaProxy:
[legend]

Constructor & Destructor Documentation

◆ TClaProxy()

ROOT::Internal::TClaProxy::TClaProxy ( )
default

◆ ~TClaProxy()

ROOT::Internal::TClaProxy::~TClaProxy ( )
overridedefault

Member Function Documentation

◆ GetAddressOfElement()

void* ROOT::Internal::TClaProxy::GetAddressOfElement ( UInt_t  )
inlinefinalvirtual

Return the address of the element number i.

Returns nullptr for non-collections. It assumed that Setip() has been called.

Reimplemented from ROOT::Detail::TBranchProxy.

Definition at line 423 of file TBranchProxy.h.

◆ GetEntries()

Int_t ROOT::Internal::TClaProxy::GetEntries ( )
inlineoverridevirtual

Reimplemented from ROOT::Detail::TBranchProxy.

Definition at line 416 of file TBranchProxy.h.

◆ GetPtr()

const TClonesArray* ROOT::Internal::TClaProxy::GetPtr ( )
inline

Definition at line 411 of file TBranchProxy.h.

◆ operator->()

const TClonesArray* ROOT::Internal::TClaProxy::operator-> ( )
inline

Definition at line 429 of file TBranchProxy.h.

◆ Print()

void ROOT::Internal::TClaProxy::Print ( void  )
inlineoverridevirtual

Reimplemented from ROOT::Detail::TBranchProxy.

Definition at line 395 of file TBranchProxy.h.

Libraries for ROOT::Internal::TClaProxy:
[legend]

The documentation for this class was generated from the following file: