ROOT  6.06/09
Reference Guide
Public Member Functions | Private Member Functions | List of all members
ROOT::Internal::TStlImpProxy< T > Class Template Reference

template<class T>
class ROOT::Internal::TStlImpProxy< T >

Definition at line 610 of file TBranchProxy.h.

Public Member Functions

void Print ()
 
 TStlImpProxy ()
 
 TStlImpProxy (TBranchProxyDirector *director, const char *name)
 
 TStlImpProxy (TBranchProxyDirector *director, const char *top, const char *name)
 
 TStlImpProxy (TBranchProxyDirector *director, const char *top, const char *name, const char *data)
 
 TStlImpProxy (TBranchProxyDirector *director, TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0)
 
 ~TStlImpProxy ()
 
const T & At (UInt_t i)
 
const T & operator[] (Int_t i)
 
const T & operator[] (UInt_t i)
 
- Public Member Functions inherited from ROOT::Detail::TBranchProxy
 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 ()
 
TBranchProxyGetProxy ()
 
const char * GetBranchName () const
 
void Reset ()
 
Bool_t Setup ()
 
Bool_t IsInitialized ()
 
Bool_t IsaPointer () const
 
Bool_t Read ()
 
Bool_t ReadEntries ()
 
TClassGetClass ()
 
voidGetWhere () const
 
TVirtualCollectionProxyGetCollection ()
 
virtual voidGetStart (UInt_t=0)
 
virtual voidGetClaStart (UInt_t i=0)
 
virtual voidGetStlStart (UInt_t i=0)
 
Int_t GetOffset ()
 

Private Member Functions

 TStlImpProxy (T)
 
TStlImpProxyoperator= (T)
 

Additional Inherited Members

- Protected Attributes inherited from ROOT::Detail::TBranchProxy
Internal::TBranchProxyDirectorfDirector
 
Bool_t fInitialized
 
const TString fBranchName
 
TBranchProxyfParent
 
const TString fDataMember
 
const Bool_t fIsMember
 
Bool_t fIsClone
 
Bool_t fIsaPointer
 
TString fClassName
 
TClassfClass
 
TStreamerElementfElement
 
Int_t fMemberOffset
 
Int_t fOffset
 
TBranchfBranch
 
TBranchfBranchCount
 
TTreefLastTree
 
Long64_t fRead
 
voidfWhere
 
TVirtualCollectionProxyfCollection
 
Int_t fCurrentTreeNumber
 

#include <TBranchProxy.h>

+ Inheritance diagram for ROOT::Internal::TStlImpProxy< T >:
+ Collaboration diagram for ROOT::Internal::TStlImpProxy< T >:

Constructor & Destructor Documentation

template<class T >
ROOT::Internal::TStlImpProxy< T >::TStlImpProxy ( )
inline

Definition at line 619 of file TBranchProxy.h.

template<class T >
ROOT::Internal::TStlImpProxy< T >::TStlImpProxy ( TBranchProxyDirector director,
const char *  name 
)
inline

Definition at line 620 of file TBranchProxy.h.

template<class T >
ROOT::Internal::TStlImpProxy< T >::TStlImpProxy ( TBranchProxyDirector director,
const char *  top,
const char *  name 
)
inline

Definition at line 621 of file TBranchProxy.h.

template<class T >
ROOT::Internal::TStlImpProxy< T >::TStlImpProxy ( TBranchProxyDirector director,
const char *  top,
const char *  name,
const char *  data 
)
inline

Definition at line 623 of file TBranchProxy.h.

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

Definition at line 625 of file TBranchProxy.h.

template<class T >
ROOT::Internal::TStlImpProxy< T >::~TStlImpProxy ( )
inline

Definition at line 627 of file TBranchProxy.h.

template<class T >
ROOT::Internal::TStlImpProxy< T >::TStlImpProxy ( )
private

Member Function Documentation

template<class T >
const T& ROOT::Internal::TStlImpProxy< T >::At ( UInt_t  i)
inline

Definition at line 629 of file TBranchProxy.h.

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

template<class T >
TStlImpProxy& ROOT::Internal::TStlImpProxy< T >::operator= ( )
private
template<class T >
const T& ROOT::Internal::TStlImpProxy< T >::operator[] ( Int_t  i)
inline

Definition at line 640 of file TBranchProxy.h.

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

Definition at line 641 of file TBranchProxy.h.

template<class T >
void ROOT::Internal::TStlImpProxy< T >::Print ( void  )
inlinevirtual

Reimplemented from ROOT::Detail::TBranchProxy.

Definition at line 613 of file TBranchProxy.h.


The documentation for this class was generated from the following file: