library: libCore #include "TClassRef.h" |
TClassRef
class description - header file - source file - inheritance tree (.pdf)
private:
TClass* InternalGetClass() const
void ListReset()
public:
TClassRef()
TClassRef(TClass* cl)
TClassRef(const char* classname)
TClassRef(const TClassRef&)
~TClassRef()
TClass* GetClass() const
const char* GetClassName()
TClass* operator TClass*() const
TClass* operator->() const
TClassRef& operator=(const TClassRef&)
TClassRef& operator=(TClass*)
void Reset()
void SetName(const char* new_name)
private:
string fClassName Name of referenced class
TClass* fClassPtr ! Ptr to the TClass object
TClassRef* fPrevious ! link to the previous refs
TClassRef* fNext ! link to the next refs