#include <TBranchProxy.h>
Inheritance diagram for ROOT::TArrayProxy< T >:
Public Types | |
typedef T::array_t | array_t |
typedef T::type_t | type_t |
typedef T::array_t | array_t |
typedef T::type_t | type_t |
Public Member Functions | |
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) |
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) |
Definition at line 501 of file TBranchProxy.h.
typedef T::array_t ROOT::TArrayProxy< T >::array_t |
Definition at line 511 of file TBranchProxy.h.
typedef T::type_t ROOT::TArrayProxy< T >::type_t |
Definition at line 514 of file TBranchProxy.h.
typedef T::array_t ROOT::TArrayProxy< T >::array_t |
Definition at line 511 of file TBranchProxy.h.
typedef T::type_t ROOT::TArrayProxy< T >::type_t |
Definition at line 514 of file TBranchProxy.h.
ROOT::TArrayProxy< T >::TArrayProxy | ( | ) | [inline] |
Definition at line 503 of file TBranchProxy.h.
ROOT::TArrayProxy< T >::TArrayProxy | ( | TBranchProxyDirector * | director, | |
const char * | name | |||
) | [inline] |
Definition at line 504 of file TBranchProxy.h.
ROOT::TArrayProxy< T >::TArrayProxy | ( | TBranchProxyDirector * | director, | |
const char * | top, | |||
const char * | name | |||
) | [inline] |
Definition at line 505 of file TBranchProxy.h.
ROOT::TArrayProxy< T >::TArrayProxy | ( | TBranchProxyDirector * | director, | |
const char * | top, | |||
const char * | name, | |||
const char * | data | |||
) | [inline] |
Definition at line 507 of file TBranchProxy.h.
ROOT::TArrayProxy< T >::TArrayProxy | ( | TBranchProxyDirector * | director, | |
TBranchProxy * | parent, | |||
const char * | name, | |||
const char * | top = 0 , |
|||
const char * | mid = 0 | |||
) | [inline] |
Definition at line 509 of file TBranchProxy.h.
ROOT::TArrayProxy< T >::~TArrayProxy | ( | ) | [inline] |
Definition at line 511 of file TBranchProxy.h.
ROOT::TArrayProxy< T >::TArrayProxy | ( | ) | [inline] |
Definition at line 503 of file TBranchProxy.h.
ROOT::TArrayProxy< T >::TArrayProxy | ( | TBranchProxyDirector * | director, | |
const char * | name | |||
) | [inline] |
Definition at line 504 of file TBranchProxy.h.
ROOT::TArrayProxy< T >::TArrayProxy | ( | TBranchProxyDirector * | director, | |
const char * | top, | |||
const char * | name | |||
) | [inline] |
Definition at line 505 of file TBranchProxy.h.
ROOT::TArrayProxy< T >::TArrayProxy | ( | TBranchProxyDirector * | director, | |
const char * | top, | |||
const char * | name, | |||
const char * | data | |||
) | [inline] |
Definition at line 507 of file TBranchProxy.h.
ROOT::TArrayProxy< T >::TArrayProxy | ( | TBranchProxyDirector * | director, | |
TBranchProxy * | parent, | |||
const char * | name, | |||
const char * | top = 0 , |
|||
const char * | mid = 0 | |||
) | [inline] |
Definition at line 509 of file TBranchProxy.h.
ROOT::TArrayProxy< T >::~TArrayProxy | ( | ) | [inline] |
Definition at line 511 of file TBranchProxy.h.
void ROOT::TArrayProxy< T >::Print | ( | ) | [inline, virtual] |
Reimplemented from ROOT::TBranchProxy.
Definition at line 516 of file TBranchProxy.h.
References Print().
const array_t& ROOT::TArrayProxy< T >::At | ( | UInt_t | i | ) | [inline] |
Definition at line 522 of file TBranchProxy.h.
const array_t& ROOT::TArrayProxy< T >::operator[] | ( | Int_t | i | ) | [inline] |
Definition at line 532 of file TBranchProxy.h.
const array_t& ROOT::TArrayProxy< T >::operator[] | ( | UInt_t | i | ) | [inline] |
Definition at line 533 of file TBranchProxy.h.
void ROOT::TArrayProxy< T >::Print | ( | void | ) | [inline, virtual] |
Reimplemented from ROOT::TBranchProxy.
Definition at line 516 of file TBranchProxy.h.
References Print().
const array_t& ROOT::TArrayProxy< T >::At | ( | UInt_t | i | ) | [inline] |
Definition at line 522 of file TBranchProxy.h.
const array_t& ROOT::TArrayProxy< T >::operator[] | ( | Int_t | i | ) | [inline] |
Definition at line 532 of file TBranchProxy.h.
const array_t& ROOT::TArrayProxy< T >::operator[] | ( | UInt_t | i | ) | [inline] |
Definition at line 533 of file TBranchProxy.h.