Template of the Concrete Implementation of the branch proxy around an stl container of T.
Definition at line 783 of file TBranchProxy.h.
Public Member Functions | |
TStlImpProxy ()=default | |
TStlImpProxy (T)=delete | |
~TStlImpProxy () override=default | |
const T & | At (UInt_t i) |
TStlImpProxy & | operator= (T)=delete |
const T & | operator[] (Int_t i) |
const T & | operator[] (UInt_t i) |
TStlProxy ()=default | |
![]() | |
TStlProxy ()=default | |
~TStlProxy () override=default | |
void * | GetAddressOfElement (UInt_t i) final |
Return the address of the element number i. | |
Int_t | GetEntries () override |
TVirtualCollectionProxy * | GetPtr () |
const TVirtualCollectionProxy * | operator-> () |
void | Print () override |
Display the content of the object. | |
TBranchProxy () | |
Constructor. | |
TBranchProxy (Internal::TBranchProxyDirector *boss, const char *branchname, TBranch *branch, const char *membername) | |
Constructor taking the branch name, possibly of a friended tree. | |
TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name, const char *membername) | |
Constructor. | |
TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name=0) | |
Constructor. | |
TBranchProxy (Internal::TBranchProxyDirector *boss, TBranch *branch, const char *membername) | |
Constructor. | |
TBranchProxy (Internal::TBranchProxyDirector *boss, TBranchProxy *parent, const char *membername, const char *top=0, const char *name=0) | |
Constructor. | |
![]() | |
TBranchProxy () | |
Constructor. | |
TBranchProxy (Internal::TBranchProxyDirector *boss, const char *branchname, TBranch *branch, const char *membername) | |
Constructor taking the branch name, possibly of a friended tree. | |
TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name, const char *membername) | |
Constructor. | |
TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name=0) | |
Constructor. | |
TBranchProxy (Internal::TBranchProxyDirector *boss, TBranch *branch, const char *membername) | |
Constructor. | |
TBranchProxy (Internal::TBranchProxyDirector *boss, TBranchProxy *parent, const char *membername, const char *top=0, const char *name=0) | |
Constructor. | |
virtual | ~TBranchProxy () |
Typical Destructor. | |
virtual Int_t | GetArrayLength () |
const char * | GetBranchName () const |
TClass * | GetClass () |
void * | GetClaStart (UInt_t i=0) |
TVirtualCollectionProxy * | GetCollection () |
Int_t | GetOffset () |
TBranchProxy * | GetProxy () |
virtual void * | GetStart (UInt_t=0) |
void * | GetStlStart (UInt_t i=0) |
void * | GetWhere () const |
Bool_t | IsaPointer () const |
Bool_t | IsInitialized () |
Bool_t | Notify () |
Bool_t | Read () |
Bool_t | ReadEntries () |
void | Reset () |
Completely reset the object. | |
Bool_t | Setup () |
Initialize/cache the necessary information. | |
Additional Inherited Members | ||
![]() | ||
union { | ||
TBranch * fBranchCount | ||
TLeaf * fLeafCount | ||
}; | ||
Int_t | fArrayLength | |
TBranch * | fBranch | |
const TString | fBranchName | |
TClass * | fClass | |
TString | fClassName | |
TVirtualCollectionProxy * | fCollection | |
const TString | fDataMember | |
Internal::TBranchProxyDirector * | fDirector | |
TStreamerElement * | fElement | |
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< TBranchProxy > | fNotify | |
Int_t | fOffset | |
TBranchProxy * | fParent | |
Long64_t | fRead | |
void * | fWhere | |
#include <TBranchProxy.h>
|
default |
|
overridedefault |
|
delete |
|
inline |
Definition at line 794 of file TBranchProxy.h.
|
delete |
|
inline |
Definition at line 801 of file TBranchProxy.h.
|
inline |
Definition at line 802 of file TBranchProxy.h.
|
default |