template<class T>
class ROOT::Internal::TArrayProxy< T >
Definition at line 520 of file TBranchProxy.h.
|
| TArrayProxy () |
|
| TArrayProxy (TBranchProxyDirector *director, const char *name) |
|
| TArrayProxy (TBranchProxyDirector *director, const char *top, const char *name) |
|
| TArrayProxy (TBranchProxyDirector *director, const char *top, const char *name, const char *data) |
|
| TArrayProxy (TBranchProxyDirector *director, TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0) |
|
| ~TArrayProxy () |
|
void | Print () |
|
const array_t & | At (UInt_t i) |
|
const array_t & | operator[] (Int_t i) |
|
const array_t & | operator[] (UInt_t i) |
|
| 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) |
|
virtual | ~TBranchProxy () |
|
TBranchProxy * | GetProxy () |
|
const char * | GetBranchName () const |
|
void | Reset () |
|
Bool_t | Setup () |
|
Bool_t | IsInitialized () |
|
Bool_t | IsaPointer () const |
|
Bool_t | Read () |
|
Bool_t | ReadEntries () |
|
TClass * | GetClass () |
|
void * | GetWhere () const |
|
TVirtualCollectionProxy * | GetCollection () |
|
virtual void * | GetStart (UInt_t=0) |
|
virtual void * | GetClaStart (UInt_t i=0) |
|
virtual void * | GetStlStart (UInt_t i=0) |
|
Int_t | GetOffset () |
|