Logo ROOT  
Reference Guide
ROOT::Internal::TImpProxy< T > Class Template Reference

template<class T>
class ROOT::Internal::TImpProxy< T >

Definition at line 662 of file TBranchProxy.h.

Public Member Functions

 TImpProxy ()=default
 
 TImpProxy (T)=delete
 
 ~TImpProxy () override=default
 
 operator T ()
 
TImpProxyoperator= (T)=delete
 
void Print () override
 
 TBranchProxy ()
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *branchname, TBranch *branch, const char *membername)
 Constructor taking the branch name, possibly of a friended tree. More...
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name, const char *membername)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name=0)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, TBranch *branch, const char *membername)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, TBranchProxy *parent, const char *membername, const char *top=0, const char *name=0)
 
- Public Member Functions inherited from ROOT::Detail::TBranchProxy
 TBranchProxy ()
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *branchname, TBranch *branch, const char *membername)
 Constructor taking the branch name, possibly of a friended tree. More...
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name, const char *membername)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name=0)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, TBranch *branch, const char *membername)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, TBranchProxy *parent, const char *membername, const char *top=0, const char *name=0)
 
virtual ~TBranchProxy ()
 
virtual voidGetAddressOfElement (UInt_t)
 Return the address of the element number i. More...
 
virtual Int_t GetArrayLength ()
 
const char * GetBranchName () const
 
TClassGetClass ()
 
voidGetClaStart (UInt_t i=0)
 
TVirtualCollectionProxyGetCollection ()
 
virtual Int_t GetEntries ()
 
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 Notify ()
 
virtual void Print ()
 
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
 
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
 
Int_t fMemberOffset
 
TNotifyLink< TBranchProxyfNotify
 
Int_t fOffset
 
TBranchProxyfParent
 
Long64_t fRead
 
voidfWhere
 

#include <TBranchProxy.h>

Inheritance diagram for ROOT::Internal::TImpProxy< T >:
[legend]

Constructor & Destructor Documentation

◆ TImpProxy() [1/2]

template<class T >
ROOT::Internal::TImpProxy< T >::TImpProxy ( )
default

◆ ~TImpProxy()

template<class T >
ROOT::Internal::TImpProxy< T >::~TImpProxy ( )
overridedefault

◆ TImpProxy() [2/2]

template<class T >
ROOT::Internal::TImpProxy< T >::TImpProxy ( )
delete

Member Function Documentation

◆ operator T()

template<class T >
ROOT::Internal::TImpProxy< T >::operator T ( )
inline

Definition at line 674 of file TBranchProxy.h.

◆ operator=()

template<class T >
TImpProxy & ROOT::Internal::TImpProxy< T >::operator= ( )
delete

◆ Print()

template<class T >
void ROOT::Internal::TImpProxy< T >::Print ( void  )
inlineoverridevirtual

Reimplemented from ROOT::Detail::TBranchProxy.

Definition at line 664 of file TBranchProxy.h.

◆ TBranchProxy() [1/6]

template<class T >
ROOT::Detail::TBranchProxy::TBranchProxy ( )

Definition at line 107 of file TBranchProxy.cxx.

◆ TBranchProxy() [2/6]

template<class T >
ROOT::Detail::TBranchProxy::TBranchProxy ( Internal::TBranchProxyDirector boss,
const char *  branchname,
TBranch branch,
const char *  membername 
)

Constructor taking the branch name, possibly of a friended tree.

Used by TTreeReaderValue in place of TFriendProxy.

Definition at line 112 of file TBranchProxy.cxx.

◆ TBranchProxy() [3/6]

template<class T >
ROOT::Detail::TBranchProxy::TBranchProxy ( Internal::TBranchProxyDirector boss,
const char *  top,
const char *  name,
const char *  membername 
)

Definition at line 109 of file TBranchProxy.cxx.

◆ TBranchProxy() [4/6]

template<class T >
ROOT::Detail::TBranchProxy::TBranchProxy ( Internal::TBranchProxyDirector boss,
const char *  top,
const char *  name = 0 
)

Definition at line 108 of file TBranchProxy.cxx.

◆ TBranchProxy() [5/6]

template<class T >
ROOT::Detail::TBranchProxy::TBranchProxy ( Internal::TBranchProxyDirector boss,
TBranch branch,
const char *  membername 
)

Definition at line 111 of file TBranchProxy.cxx.

◆ TBranchProxy() [6/6]

template<class T >
ROOT::Detail::TBranchProxy::TBranchProxy ( Internal::TBranchProxyDirector boss,
Detail::TBranchProxy parent,
const char *  membername,
const char *  top = 0,
const char *  name = 0 
)

Definition at line 110 of file TBranchProxy.cxx.


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