ROOT  6.06/09
Reference Guide
Public Member Functions | List of all members
ROOT::Internal::TClaProxy Class Reference

Definition at line 376 of file TBranchProxy.h.

Public Member Functions

void Print ()
 
 TClaProxy ()
 
 TClaProxy (TBranchProxyDirector *director, const char *name)
 
 TClaProxy (TBranchProxyDirector *director, const char *top, const char *name)
 
 TClaProxy (TBranchProxyDirector *director, const char *top, const char *name, const char *data)
 
 TClaProxy (TBranchProxyDirector *director, TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0)
 
 ~TClaProxy ()
 
const TClonesArrayGetPtr ()
 
Int_t GetEntries ()
 
const TClonesArrayoperator-> ()
 
- 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 ()
 

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::TClaProxy:
+ Collaboration diagram for ROOT::Internal::TClaProxy:

Constructor & Destructor Documentation

ROOT::Internal::TClaProxy::TClaProxy ( )
inline

Definition at line 390 of file TBranchProxy.h.

ROOT::Internal::TClaProxy::TClaProxy ( TBranchProxyDirector director,
const char *  name 
)
inline

Definition at line 391 of file TBranchProxy.h.

ROOT::Internal::TClaProxy::TClaProxy ( TBranchProxyDirector director,
const char *  top,
const char *  name 
)
inline

Definition at line 392 of file TBranchProxy.h.

ROOT::Internal::TClaProxy::TClaProxy ( TBranchProxyDirector director,
const char *  top,
const char *  name,
const char *  data 
)
inline

Definition at line 394 of file TBranchProxy.h.

ROOT::Internal::TClaProxy::TClaProxy ( TBranchProxyDirector director,
TBranchProxy parent,
const char *  name,
const char *  top = 0,
const char *  mid = 0 
)
inline

Definition at line 396 of file TBranchProxy.h.

ROOT::Internal::TClaProxy::~TClaProxy ( )
inline

Definition at line 398 of file TBranchProxy.h.

Member Function Documentation

Int_t ROOT::Internal::TClaProxy::GetEntries ( )
inline

Definition at line 405 of file TBranchProxy.h.

Referenced by ROOT::Internal::TClaObjProxy< T >::GetEntries().

const TClonesArray* ROOT::Internal::TClaProxy::GetPtr ( )
inline

Definition at line 400 of file TBranchProxy.h.

Referenced by ROOT::Internal::TClaObjProxy< T >::GetPtr(), and operator->().

const TClonesArray* ROOT::Internal::TClaProxy::operator-> ( )
inline

Definition at line 412 of file TBranchProxy.h.

void ROOT::Internal::TClaProxy::Print ( void  )
inlinevirtual

Reimplemented from ROOT::Detail::TBranchProxy.

Definition at line 378 of file TBranchProxy.h.

Referenced by ROOT::Internal::TClaObjProxy< T >::Print().


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