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