Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Private Types | Private Attributes | List of all members
ROOT::Internal::TStlSimpleProxy< T > Class Template Reference

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

Definition at line 157 of file TBranchProxyTemplate.h.

Public Member Functions

 TStlSimpleProxy ()
 
 TStlSimpleProxy (TBranchProxyDirector *director, const char *name)
 
 TStlSimpleProxy (TBranchProxyDirector *director, const char *top, const char *name)
 
 TStlSimpleProxy (TBranchProxyDirector *director, const char *top, const char *name, const char *data)
 
 TStlSimpleProxy (TBranchProxyDirector *director, Detail::TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0)
 
 ~TStlSimpleProxy ()
 
const value_t At (UInt_t i)
 
TVirtualCollectionProxyGetCollection ()
 
Int_t GetEntries ()
 
 operator T* ()
 
T * operator-> ()
 
const value_t operator[] (Int_t i)
 
const value_t operator[] (UInt_t i)
 

Private Types

typedef T::value_type value_t
 

Private Attributes

TVirtualCollectionProxyfCollection
 

Additional Inherited Members

- Private Member Functions inherited from ROOT::Internal::TObjProxy< T >
 TObjProxy ()
 
 TObjProxy (TBranchProxyDirector *director, const char *name)
 
 TObjProxy (TBranchProxyDirector *director, const char *top, const char *name)
 
 TObjProxy (TBranchProxyDirector *director, const char *top, const char *name, const char *data)
 
 TObjProxy (TBranchProxyDirector *director, Detail::TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0)
 
 ~TObjProxy ()
 
Int_t GetOffset ()
 
T * GetPtr ()
 
 InjecTBranchProxyInterface ()
 
 operator T* ()
 
T * operator-> ()
 
void Print ()
 

#include <TBranchProxyTemplate.h>

Inheritance diagram for ROOT::Internal::TStlSimpleProxy< T >:
[legend]

Member Typedef Documentation

◆ value_t

template<class T >
typedef T::value_type ROOT::Internal::TStlSimpleProxy< T >::value_t
private

Definition at line 161 of file TBranchProxyTemplate.h.

Constructor & Destructor Documentation

◆ TStlSimpleProxy() [1/5]

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

Definition at line 164 of file TBranchProxyTemplate.h.

◆ TStlSimpleProxy() [2/5]

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

Definition at line 165 of file TBranchProxyTemplate.h.

◆ TStlSimpleProxy() [3/5]

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

Definition at line 166 of file TBranchProxyTemplate.h.

◆ TStlSimpleProxy() [4/5]

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

Definition at line 168 of file TBranchProxyTemplate.h.

◆ TStlSimpleProxy() [5/5]

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

Definition at line 170 of file TBranchProxyTemplate.h.

◆ ~TStlSimpleProxy()

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

Definition at line 172 of file TBranchProxyTemplate.h.

Member Function Documentation

◆ At()

template<class T >
const value_t ROOT::Internal::TStlSimpleProxy< T >::At ( UInt_t  i)
inline

Definition at line 195 of file TBranchProxyTemplate.h.

◆ GetCollection()

template<class T >
TVirtualCollectionProxy* ROOT::Internal::TStlSimpleProxy< T >::GetCollection ( )
inline

Definition at line 174 of file TBranchProxyTemplate.h.

◆ GetEntries()

template<class T >
Int_t ROOT::Internal::TStlSimpleProxy< T >::GetEntries ( )
inline

Definition at line 184 of file TBranchProxyTemplate.h.

◆ operator T*()

template<class T >
ROOT::Internal::TStlSimpleProxy< T >::operator T* ( )
inline

Definition at line 211 of file TBranchProxyTemplate.h.

◆ operator->()

template<class T >
T* ROOT::Internal::TStlSimpleProxy< T >::operator-> ( )
inline

Definition at line 210 of file TBranchProxyTemplate.h.

◆ operator[]() [1/2]

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

Definition at line 207 of file TBranchProxyTemplate.h.

◆ operator[]() [2/2]

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

Definition at line 208 of file TBranchProxyTemplate.h.

Member Data Documentation

◆ fCollection

template<class T >
TVirtualCollectionProxy* ROOT::Internal::TStlSimpleProxy< T >::fCollection
private

Definition at line 160 of file TBranchProxyTemplate.h.


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