template<class T>
class ROOT::Internal::TClaArrayProxy< T >
Template of the Concrete Implementation of the branch proxy around an TClonesArray of array of T.
Definition at line 821 of file TBranchProxy.h.
|
| TClaArrayProxy ()=default |
|
| ~TClaArrayProxy () override=default |
|
array_t * | At (UInt_t i) |
|
array_t * | operator[] (Int_t i) |
|
array_t * | operator[] (UInt_t i) |
|
| TClaProxy ()=default |
|
| TClaProxy ()=default |
|
| ~TClaProxy () override=default |
|
void * | GetAddressOfElement (UInt_t i) final |
| Return the address of the element number i.
|
|
Int_t | GetEntries () override |
|
const TClonesArray * | GetPtr () |
|
const TClonesArray * | 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=nullptr) |
| Constructor.
|
|
| TBranchProxy (Internal::TBranchProxyDirector *boss, TBranch *branch, const char *membername) |
| Constructor.
|
|
| TBranchProxy (Internal::TBranchProxyDirector *boss, TBranchProxy *parent, const char *membername, const char *top=nullptr, const char *name=nullptr) |
| 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=nullptr) |
| Constructor.
|
|
| TBranchProxy (Internal::TBranchProxyDirector *boss, TBranch *branch, const char *membername) |
| Constructor.
|
|
| TBranchProxy (Internal::TBranchProxyDirector *boss, TBranchProxy *parent, const char *membername, const char *top=nullptr, const char *name=nullptr) |
| 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 | IsaPointer () const |
|
bool | IsInitialized () |
|
bool | Notify () |
|
bool | Read () |
|
bool | ReadEntries () |
|
void | Reset () |
| Completely reset the object.
|
|
bool | Setup () |
| Initialize/cache the necessary information.
|
|