Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | List of all members
ROOT::Internal::TStlImpProxy< T > Class Template Reference

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

Definition at line 597 of file TBranchProxy.h.

Public Member Functions

 TStlImpProxy ()=default
 
 TStlImpProxy (T)=delete
 
 ~TStlImpProxy () override=default
 
const T & At (UInt_t i)
 
TStlImpProxyoperator= (T)=delete
 
const T & operator[] (Int_t i)
 
const T & operator[] (UInt_t i)
 
- Public Member Functions inherited from ROOT::Internal::TStlProxy
 TStlProxy ()=default
 
 ~TStlProxy () override=default
 
voidGetAddressOfElement (UInt_t i) final
 Return the address of the element number i. More...
 
Int_t GetEntries () override
 
const TVirtualCollectionProxyGetPtr ()
 
const TVirtualCollectionProxyoperator-> ()
 
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)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *branchname, TBranch *branch, const char *membername)
 Constructor taking the branch name, possibly of a friended tree. More...
 
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::TStlImpProxy< T >:
[legend]

Constructor & Destructor Documentation

◆ TStlImpProxy() [1/2]

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

◆ ~TStlImpProxy()

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

◆ TStlImpProxy() [2/2]

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

Member Function Documentation

◆ At()

template<class T >
const T& ROOT::Internal::TStlImpProxy< T >::At ( UInt_t  i)
inline

Definition at line 608 of file TBranchProxy.h.

◆ operator=()

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

◆ operator[]() [1/2]

template<class T >
const T& ROOT::Internal::TStlImpProxy< T >::operator[] ( Int_t  i)
inline

Definition at line 615 of file TBranchProxy.h.

◆ operator[]() [2/2]

template<class T >
const T& ROOT::Internal::TStlImpProxy< T >::operator[] ( UInt_t  i)
inline

Definition at line 616 of file TBranchProxy.h.

Libraries for ROOT::Internal::TStlImpProxy< T >:
[legend]

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