ROOT::TStlObjProxy< T > Class Template Reference

#include <TBranchProxyTemplate.h>

List of all members.

Public Member Functions

 InjecTBranchProxyInterface ()
void Print ()
 TStlObjProxy ()
 TStlObjProxy (TBranchProxyDirector *director, const char *name)
 TStlObjProxy (TBranchProxyDirector *director, const char *top, const char *name)
 TStlObjProxy (TBranchProxyDirector *director, const char *top, const char *name, const char *data)
 TStlObjProxy (TBranchProxyDirector *director, TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0)
 ~TStlObjProxy ()
TVirtualCollectionProxyGetCollection ()
Int_t GetEntries ()
const value_tAt (UInt_t i)
const value_toperator[] (Int_t i)
const value_toperator[] (UInt_t i)
 InjecTBranchProxyInterface ()
void Print ()
 TStlObjProxy ()
 TStlObjProxy (TBranchProxyDirector *director, const char *name)
 TStlObjProxy (TBranchProxyDirector *director, const char *top, const char *name)
 TStlObjProxy (TBranchProxyDirector *director, const char *top, const char *name, const char *data)
 TStlObjProxy (TBranchProxyDirector *director, TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0)
 ~TStlObjProxy ()
TVirtualCollectionProxyGetCollection ()
Int_t GetEntries ()
const value_tAt (UInt_t i)
const value_toperator[] (Int_t i)
const value_toperator[] (UInt_t i)

Private Types

typedef T value_t
typedef T value_t

Private Attributes

TStlProxy obj


Detailed Description

template<class T>
class ROOT::TStlObjProxy< T >

Definition at line 108 of file TBranchProxyTemplate.h.


Member Typedef Documentation

template<class T>
typedef T ROOT::TStlObjProxy< T >::value_t [private]

Definition at line 110 of file TBranchProxyTemplate.h.

template<class T>
typedef T ROOT::TStlObjProxy< T >::value_t [private]

Definition at line 110 of file TBranchProxyTemplate.h.


Constructor & Destructor Documentation

template<class T>
ROOT::TStlObjProxy< T >::TStlObjProxy (  )  [inline]

Definition at line 120 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TStlObjProxy< T >::TStlObjProxy ( TBranchProxyDirector director,
const char *  name 
) [inline]

Definition at line 121 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TStlObjProxy< T >::TStlObjProxy ( TBranchProxyDirector director,
const char *  top,
const char *  name 
) [inline]

Definition at line 122 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TStlObjProxy< T >::TStlObjProxy ( TBranchProxyDirector director,
const char *  top,
const char *  name,
const char *  data 
) [inline]

Definition at line 124 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TStlObjProxy< T >::TStlObjProxy ( TBranchProxyDirector director,
TBranchProxy parent,
const char *  name,
const char *  top = 0,
const char *  mid = 0 
) [inline]

Definition at line 126 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TStlObjProxy< T >::~TStlObjProxy (  )  [inline]

Definition at line 128 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TStlObjProxy< T >::TStlObjProxy (  )  [inline]

Definition at line 120 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TStlObjProxy< T >::TStlObjProxy ( TBranchProxyDirector director,
const char *  name 
) [inline]

Definition at line 121 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TStlObjProxy< T >::TStlObjProxy ( TBranchProxyDirector director,
const char *  top,
const char *  name 
) [inline]

Definition at line 122 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TStlObjProxy< T >::TStlObjProxy ( TBranchProxyDirector director,
const char *  top,
const char *  name,
const char *  data 
) [inline]

Definition at line 124 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TStlObjProxy< T >::TStlObjProxy ( TBranchProxyDirector director,
TBranchProxy parent,
const char *  name,
const char *  top = 0,
const char *  mid = 0 
) [inline]

Definition at line 126 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TStlObjProxy< T >::~TStlObjProxy (  )  [inline]

Definition at line 128 of file TBranchProxyTemplate.h.


Member Function Documentation

template<class T>
ROOT::TStlObjProxy< T >::InjecTBranchProxyInterface (  ) 

template<class T>
void ROOT::TStlObjProxy< T >::Print (  )  [inline]

Definition at line 114 of file TBranchProxyTemplate.h.

References ROOT::TBranchProxy::GetWhere(), ROOT::TStlObjProxy< T >::obj, and ROOT::TStlProxy::Print().

template<class T>
TVirtualCollectionProxy* ROOT::TStlObjProxy< T >::GetCollection (  )  [inline]

Definition at line 130 of file TBranchProxyTemplate.h.

References ROOT::TStlProxy::GetPtr(), and ROOT::TStlObjProxy< T >::obj.

template<class T>
Int_t ROOT::TStlObjProxy< T >::GetEntries (  )  [inline]

Definition at line 134 of file TBranchProxyTemplate.h.

References ROOT::TStlProxy::GetEntries(), and ROOT::TStlObjProxy< T >::obj.

template<class T>
const value_t& ROOT::TStlObjProxy< T >::At ( UInt_t  i  )  [inline]

Definition at line 136 of file TBranchProxyTemplate.h.

References ROOT::TBranchProxy::GetStlStart(), ROOT::TBranchProxy::GetWhere(), ROOT::TStlObjProxy< T >::obj, and ROOT::TBranchProxy::Read().

Referenced by ROOT::TStlObjProxy< T >::operator[]().

template<class T>
const value_t& ROOT::TStlObjProxy< T >::operator[] ( Int_t  i  )  [inline]

Definition at line 146 of file TBranchProxyTemplate.h.

References ROOT::TStlObjProxy< T >::At().

template<class T>
const value_t& ROOT::TStlObjProxy< T >::operator[] ( UInt_t  i  )  [inline]

Definition at line 147 of file TBranchProxyTemplate.h.

References ROOT::TStlObjProxy< T >::At().

template<class T>
ROOT::TStlObjProxy< T >::InjecTBranchProxyInterface (  ) 

template<class T>
void ROOT::TStlObjProxy< T >::Print ( void   )  [inline]

Definition at line 114 of file TBranchProxyTemplate.h.

References ROOT::TBranchProxy::GetWhere(), ROOT::TStlObjProxy< T >::obj, and ROOT::TStlProxy::Print().

template<class T>
TVirtualCollectionProxy* ROOT::TStlObjProxy< T >::GetCollection (  )  [inline]

Definition at line 130 of file TBranchProxyTemplate.h.

References ROOT::TStlProxy::GetPtr(), and ROOT::TStlObjProxy< T >::obj.

template<class T>
Int_t ROOT::TStlObjProxy< T >::GetEntries (  )  [inline]

Definition at line 134 of file TBranchProxyTemplate.h.

References ROOT::TStlProxy::GetEntries(), and ROOT::TStlObjProxy< T >::obj.

template<class T>
const value_t& ROOT::TStlObjProxy< T >::At ( UInt_t  i  )  [inline]

Definition at line 136 of file TBranchProxyTemplate.h.

References ROOT::TBranchProxy::GetStlStart(), ROOT::TBranchProxy::GetWhere(), ROOT::TStlObjProxy< T >::obj, and ROOT::TBranchProxy::Read().

template<class T>
const value_t& ROOT::TStlObjProxy< T >::operator[] ( Int_t  i  )  [inline]

Definition at line 146 of file TBranchProxyTemplate.h.

References ROOT::TStlObjProxy< T >::At().

template<class T>
const value_t& ROOT::TStlObjProxy< T >::operator[] ( UInt_t  i  )  [inline]

Definition at line 147 of file TBranchProxyTemplate.h.

References ROOT::TStlObjProxy< T >::At().


Member Data Documentation

template<class T>
TStlProxy ROOT::TStlObjProxy< T >::obj [private]

Definition at line 109 of file TBranchProxyTemplate.h.

Referenced by ROOT::TStlObjProxy< T >::At(), ROOT::TStlObjProxy< T >::GetCollection(), ROOT::TStlObjProxy< T >::GetEntries(), and ROOT::TStlObjProxy< T >::Print().


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:59:04 2011 for ROOT_528-00b_version by  doxygen 1.5.1