ROOT  6.06/09
Reference Guide
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
TInstrumentedIsAProxy< T > Class Template Reference

template<class T>
class TInstrumentedIsAProxy< T >

Definition at line 65 of file TIsAProxy.h.

Public Member Functions

 TInstrumentedIsAProxy (TClass *cl)
 
virtual ~TInstrumentedIsAProxy ()
 
virtual void SetClass (TClass *cl)
 
virtual TClassoperator() (const void *obj)
 
- Public Member Functions inherited from TVirtualIsAProxy
virtual ~TVirtualIsAProxy ()
 

Protected Member Functions

 TInstrumentedIsAProxy (const TInstrumentedIsAProxy &iip)
 
TInstrumentedIsAProxyoperator= (const TInstrumentedIsAProxy &iip)
 

Private Attributes

TClassfClass
 

#include <TIsAProxy.h>

+ Inheritance diagram for TInstrumentedIsAProxy< T >:
+ Collaboration diagram for TInstrumentedIsAProxy< T >:

Constructor & Destructor Documentation

template<class T >
TInstrumentedIsAProxy< T >::TInstrumentedIsAProxy ( const TInstrumentedIsAProxy< T > &  iip)
inlineprotected

Definition at line 71 of file TIsAProxy.h.

template<class T >
TInstrumentedIsAProxy< T >::TInstrumentedIsAProxy ( TClass cl)
inline

Definition at line 79 of file TIsAProxy.h.

template<class T >
virtual TInstrumentedIsAProxy< T >::~TInstrumentedIsAProxy ( )
inlinevirtual

Definition at line 81 of file TIsAProxy.h.

Member Function Documentation

template<class T >
virtual TClass* TInstrumentedIsAProxy< T >::operator() ( const void obj)
inlinevirtual

Implements TVirtualIsAProxy.

Definition at line 85 of file TIsAProxy.h.

template<class T >
TInstrumentedIsAProxy& TInstrumentedIsAProxy< T >::operator= ( const TInstrumentedIsAProxy< T > &  iip)
inlineprotected

Definition at line 73 of file TIsAProxy.h.

template<class T >
virtual void TInstrumentedIsAProxy< T >::SetClass ( TClass cl)
inlinevirtual

Implements TVirtualIsAProxy.

Definition at line 83 of file TIsAProxy.h.

Member Data Documentation

template<class T >
TClass* TInstrumentedIsAProxy< T >::fClass
private

Definition at line 68 of file TIsAProxy.h.

Referenced by TInstrumentedIsAProxy< T >::operator=().


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