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

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

Definition at line 451 of file TBranchProxy.h.

Public Member Functions

 TImpProxy ()
 
 TImpProxy (TBranchProxyDirector *director, const char *name)
 
 TImpProxy (TBranchProxyDirector *director, const char *top, const char *name)
 
 TImpProxy (TBranchProxyDirector *director, const char *top, const char *name, const char *data)
 
 TImpProxy (TBranchProxyDirector *director, TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0)
 
 ~TImpProxy ()
 
 operator T ()
 
void Print ()
 
- 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 ()
 
const char * GetBranchName () const
 
TClassGetClass ()
 
virtual voidGetClaStart (UInt_t i=0)
 
TVirtualCollectionProxyGetCollection ()
 
Int_t GetOffset ()
 
TBranchProxyGetProxy ()
 
virtual voidGetStart (UInt_t=0)
 
virtual voidGetStlStart (UInt_t i=0)
 
voidGetWhere () const
 
Bool_t IsaPointer () const
 
Bool_t IsInitialized ()
 
Bool_t Read ()
 
Bool_t ReadEntries ()
 
void Reset ()
 
Bool_t Setup ()
 

Private Member Functions

 TImpProxy (T)
 
TImpProxyoperator= (T)
 

Additional Inherited Members

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

#include <TBranchProxy.h>

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

Constructor & Destructor Documentation

◆ TImpProxy() [1/6]

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

Definition at line 459 of file TBranchProxy.h.

◆ TImpProxy() [2/6]

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

Definition at line 460 of file TBranchProxy.h.

◆ TImpProxy() [3/6]

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

Definition at line 461 of file TBranchProxy.h.

◆ TImpProxy() [4/6]

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

Definition at line 463 of file TBranchProxy.h.

◆ TImpProxy() [5/6]

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

Definition at line 465 of file TBranchProxy.h.

◆ ~TImpProxy()

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

Definition at line 467 of file TBranchProxy.h.

◆ TImpProxy() [6/6]

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

Member Function Documentation

◆ operator T()

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

Definition at line 469 of file TBranchProxy.h.

◆ operator=()

template<class T >
TImpProxy& ROOT::Internal::TImpProxy< T >::operator= ( )
private

◆ Print()

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

Reimplemented from ROOT::Detail::TBranchProxy.

Definition at line 453 of file TBranchProxy.h.


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