TIsAProxy implementation class.
TIsAProxy(const type_info& typ, void* ctxt = 0) | |
virtual | ~TIsAProxy() |
virtual TClass* | operator()(const void* obj) |
virtual void | SetClass(TClass* cl) |
TClass* | fClass | Actual TClass |
void* | fContext | Optional user contex |
Bool_t | fInit | Initialization flag |
TClass* | fLastClass | Last used TClass |
const type_info* | fLastType | Last used subtype |
Char_t | fSubTypes[72] | map of known sub-types |
const type_info* | fType | Actual typeid of the proxy |
Bool_t | fVirtual | Flag if class is virtual |