ROOT  6.06/08
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 TClonesArray * GetPtr ()
 
Int_t GetEntries ()
 
const TClonesArray * operator-> ()
 
- 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 ()
 
TBranchProxy * GetProxy ()
 
const char * GetBranchName () const
 
void Reset ()
 
Bool_t Setup ()
 
Bool_t IsInitialized ()
 
Bool_t IsaPointer () const
 
Bool_t Read ()
 
Bool_t ReadEntries ()
 
TClass * GetClass ()
 
void * GetWhere () const
 
TVirtualCollectionProxy * GetCollection ()
 
virtual void * GetStart (UInt_t=0)
 
virtual void * GetClaStart (UInt_t i=0)
 
virtual void * GetStlStart (UInt_t i=0)
 
Int_t GetOffset ()
 

Additional Inherited Members

- Protected Attributes inherited from ROOT::Detail::TBranchProxy
Internal::TBranchProxyDirector * fDirector
 
Bool_t fInitialized
 
const TString fBranchName
 
TBranchProxy * fParent
 
const TString fDataMember
 
const Bool_t fIsMember
 
Bool_t fIsClone
 
Bool_t fIsaPointer
 
TString fClassName
 
TClass * fClass
 
TStreamerElement * fElement
 
Int_t fMemberOffset
 
Int_t fOffset
 
TBranch * fBranch
 
TBranch * fBranchCount
 
TTree * fLastTree
 
Long64_t fRead
 
void * fWhere
 
TVirtualCollectionProxy * fCollection
 
Int_t fCurrentTreeNumber
 

#include <TBranchProxy.h>

+ Inheritance diagram for ROOT::Internal::TClaProxy:
+ Collaboration diagram for ROOT::Internal::TClaProxy:

Constructor & Destructor Documentation

§ TClaProxy() [1/5]

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

Definition at line 390 of file TBranchProxy.h.

§ TClaProxy() [2/5]

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

Definition at line 391 of file TBranchProxy.h.

§ TClaProxy() [3/5]

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

Definition at line 392 of file TBranchProxy.h.

§ TClaProxy() [4/5]

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

Definition at line 394 of file TBranchProxy.h.

§ TClaProxy() [5/5]

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.

§ ~TClaProxy()

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

Definition at line 398 of file TBranchProxy.h.

Member Function Documentation

§ GetEntries()

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

Definition at line 405 of file TBranchProxy.h.

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

§ GetPtr()

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

Definition at line 400 of file TBranchProxy.h.

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

§ operator->()

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

Definition at line 412 of file TBranchProxy.h.

§ Print()

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: