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

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

Definition at line 33 of file TBranchProxyTemplate.h.

Public Member Functions

 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 ()
 

Private Attributes

Detail::TBranchProxy obj
 

#include <TBranchProxyTemplate.h>

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

Constructor & Destructor Documentation

◆ TObjProxy() [1/5]

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

Definition at line 38 of file TBranchProxyTemplate.h.

◆ TObjProxy() [2/5]

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

Definition at line 39 of file TBranchProxyTemplate.h.

◆ TObjProxy() [3/5]

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

Definition at line 40 of file TBranchProxyTemplate.h.

◆ TObjProxy() [4/5]

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

Definition at line 42 of file TBranchProxyTemplate.h.

◆ TObjProxy() [5/5]

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

Definition at line 44 of file TBranchProxyTemplate.h.

◆ ~TObjProxy()

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

Definition at line 46 of file TBranchProxyTemplate.h.

Member Function Documentation

◆ GetOffset()

template<class T >
Int_t ROOT::Internal::TObjProxy< T >::GetOffset ( )
inline

Definition at line 48 of file TBranchProxyTemplate.h.

◆ GetPtr()

template<class T >
T* ROOT::Internal::TObjProxy< T >::GetPtr ( )
inline

Definition at line 56 of file TBranchProxyTemplate.h.

◆ InjecTBranchProxyInterface()

template<class T >
ROOT::Internal::TObjProxy< T >::InjecTBranchProxyInterface ( )

◆ operator T*()

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

Definition at line 65 of file TBranchProxyTemplate.h.

◆ operator->()

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

Definition at line 64 of file TBranchProxyTemplate.h.

◆ Print()

template<class T >
void ROOT::Internal::TObjProxy< T >::Print ( void  )
inline

Definition at line 50 of file TBranchProxyTemplate.h.

Member Data Documentation

◆ obj

template<class T >
Detail::TBranchProxy ROOT::Internal::TObjProxy< T >::obj
private

Definition at line 34 of file TBranchProxyTemplate.h.


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