Base class for all the proxy object.
It includes the implementation of the autoloading of branches as well as all the generic setup routine.
Definition at line 69 of file TBranchProxy.h.
Public Member Functions | |
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 void * | GetAddressOfElement (UInt_t) |
Return the address of the element number i. | |
virtual Int_t | GetArrayLength () |
const char * | GetBranchName () const |
TClass * | GetClass () |
void * | GetClaStart (UInt_t i=0) |
TVirtualCollectionProxy * | GetCollection () |
virtual Int_t | GetEntries () |
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 () |
virtual void | Print () |
Display the content of the object. | |
Bool_t | Read () |
Bool_t | ReadEntries () |
void | Reset () |
Completely reset the object. | |
Bool_t | Setup () |
Initialize/cache the necessary information. | |
Protected Attributes | ||
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 | |
Friends | |
class | ROOT::Internal::TTreeReaderValueBase |
#include <TBranchProxy.h>
|
strongprivate |
Definition at line 175 of file TBranchProxy.h.
ROOT::Detail::TBranchProxy::TBranchProxy | ( | ) |
Constructor.
Definition at line 31 of file TBranchProxy.cxx.
ROOT::Detail::TBranchProxy::TBranchProxy | ( | Internal::TBranchProxyDirector * | boss, |
const char * | top, | ||
const char * | name = 0 |
||
) |
Constructor.
Definition at line 44 of file TBranchProxy.cxx.
ROOT::Detail::TBranchProxy::TBranchProxy | ( | Internal::TBranchProxyDirector * | boss, |
const char * | top, | ||
const char * | name, | ||
const char * | membername | ||
) |
Constructor.
Definition at line 63 of file TBranchProxy.cxx.
ROOT::Detail::TBranchProxy::TBranchProxy | ( | Internal::TBranchProxyDirector * | boss, |
Detail::TBranchProxy * | parent, | ||
const char * | membername, | ||
const char * | top = 0 , |
||
const char * | name = 0 |
||
) |
Constructor.
Definition at line 83 of file TBranchProxy.cxx.
ROOT::Detail::TBranchProxy::TBranchProxy | ( | Internal::TBranchProxyDirector * | boss, |
TBranch * | branch, | ||
const char * | membername | ||
) |
Constructor.
Definition at line 104 of file TBranchProxy.cxx.
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 141 of file TBranchProxy.cxx.
|
virtual |
Typical Destructor.
Definition at line 157 of file TBranchProxy.cxx.
Return the address of the element number i.
Returns nullptr
for non-collections. It assumed that Setip() has been called.
Reimplemented in ROOT::Internal::TArrayCharProxy, ROOT::Internal::TClaProxy, ROOT::Internal::TStlProxy, and ROOT::Internal::TArrayProxy< T >.
Definition at line 401 of file TBranchProxy.h.
|
inlinevirtual |
Definition at line 380 of file TBranchProxy.h.
|
inline |
Definition at line 117 of file TBranchProxy.h.
|
inline |
Definition at line 384 of file TBranchProxy.h.
Definition at line 423 of file TBranchProxy.h.
|
inline |
Definition at line 405 of file TBranchProxy.h.
|
inlinevirtual |
Reimplemented in ROOT::Internal::TClaProxy, ROOT::Internal::TStlProxy, and ROOT::Internal::TArrayProxy< T >.
Definition at line 371 of file TBranchProxy.h.
|
inline |
Definition at line 513 of file TBranchProxy.h.
|
inline |
Definition at line 116 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 189 of file TBranchProxy.h.
Definition at line 408 of file TBranchProxy.h.
Definition at line 469 of file TBranchProxy.h.
|
inline |
Definition at line 397 of file TBranchProxy.h.
|
inline |
Definition at line 133 of file TBranchProxy.h.
|
inline |
Definition at line 128 of file TBranchProxy.h.
|
inline |
Definition at line 121 of file TBranchProxy.h.
|
virtual |
Display the content of the object.
Reimplemented in ROOT::Internal::TArrayCharProxy, ROOT::Internal::TClaProxy, ROOT::Internal::TStlProxy, ROOT::Internal::TImpProxy< T >, and ROOT::Internal::TArrayProxy< T >.
Definition at line 187 of file TBranchProxy.cxx.
|
inline |
Definition at line 137 of file TBranchProxy.h.
|
inline |
Definition at line 347 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 227 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 319 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 305 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 333 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 281 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 268 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 294 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 242 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 255 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 231 of file TBranchProxy.h.
void ROOT::Detail::TBranchProxy::Reset | ( | ) |
Completely reset the object.
Definition at line 166 of file TBranchProxy.cxx.
Bool_t ROOT::Detail::TBranchProxy::Setup | ( | ) |
Initialize/cache the necessary information.
Definition at line 198 of file TBranchProxy.cxx.
|
friend |
Definition at line 173 of file TBranchProxy.h.
union { ... } ROOT::Detail::TBranchProxy |
|
protected |
Definition at line 90 of file TBranchProxy.h.
|
protected |
Definition at line 92 of file TBranchProxy.h.
TBranch* ROOT::Detail::TBranchProxy::fBranchCount |
Definition at line 94 of file TBranchProxy.h.
|
protected |
Definition at line 79 of file TBranchProxy.h.
|
protected |
Definition at line 86 of file TBranchProxy.h.
|
protected |
Definition at line 85 of file TBranchProxy.h.
|
protected |
Definition at line 103 of file TBranchProxy.h.
|
protected |
Definition at line 82 of file TBranchProxy.h.
|
protected |
Definition at line 71 of file TBranchProxy.h.
|
protected |
Definition at line 87 of file TBranchProxy.h.
|
protected |
Definition at line 77 of file TBranchProxy.h.
|
protected |
Definition at line 73 of file TBranchProxy.h.
|
protected |
Definition at line 76 of file TBranchProxy.h.
|
protected |
Definition at line 75 of file TBranchProxy.h.
|
protected |
Definition at line 74 of file TBranchProxy.h.
TLeaf* ROOT::Detail::TBranchProxy::fLeafCount |
Definition at line 95 of file TBranchProxy.h.
|
protected |
Definition at line 88 of file TBranchProxy.h.
|
protected |
Definition at line 98 of file TBranchProxy.h.
|
protected |
Definition at line 89 of file TBranchProxy.h.
|
protected |
Definition at line 80 of file TBranchProxy.h.
|
protected |
Definition at line 100 of file TBranchProxy.h.
|
protected |
Definition at line 102 of file TBranchProxy.h.