library: libCore
#include "TIsAProxy.h"

TIsAProxy


class description - header file - source file - inheritance tree (.pdf)

class TIsAProxy : public TVirtualIsAProxy

Inheritance Chart:
TVirtualIsAProxy
<-
TIsAProxy

    protected:
TIsAProxy(const TIsAProxy&) TIsAProxy& operator=(const TIsAProxy&) public:
TIsAProxy(const type_info& typ, void* ctxt = 0) virtual ~TIsAProxy() virtual TClass* operator()(const void* obj) virtual void SetClass(TClass* cl)

Data Members

    private:
const type_info* fType Actual typeid of the proxy const type_info* fLastType Last used subtype TClass* fClass Actual TClass TClass* fLastClass Last used TClass Char_t fSubTypes[72] map of known sub-types Bool_t fVirtual Flag if class is virtual void* fContext Optional user contex Bool_t fInit Initialization flag

Class Description

TIsAProxy(const TIsAProxy&)
TIsAProxy& operator=(const TIsAProxy&)
TIsAProxy(const type_info &typ, void *ctxt = 0)
 Standard initializing constructor
virtual ~TIsAProxy()
 Standard destructor
void SetClass(TClass *cl)
 Callbacl to set the class
TClass* operator()(const void *obj)
 IsA callback

Last update: Tue Jul 11 11:55:29 2006


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.