library: libCore
#include "TIsAProxy.h"

TIsAProxy


class description - header file
viewCVS header

class TIsAProxy: public TVirtualIsAProxy

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TIsAProxy(const type_info& typ, void* ctxt = 0)
virtual~TIsAProxy()
virtual TClass*operator()(const void* obj)
virtual voidSetClass(TClass* cl)
protected:
TIsAProxy(const TIsAProxy&)
TIsAProxy&operator=(const TIsAProxy&)

Data Members

private:
const type_info*fTypeActual typeid of the proxy
const type_info*fLastTypeLast used subtype
TClass*fClassActual TClass
TClass*fLastClassLast used TClass
Char_tfSubTypes[72]map of known sub-types
Bool_tfVirtualFlag if class is virtual
void*fContextOptional user contex
Bool_tfInitInitialization flag

Class Description

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

Last update: Tue Nov 21 09:27:25 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.