57      if ( !this->fClassPtr|| *(this->fClassPtr) != rhs) {
 
TClassRef is used to implement a permanent reference to a TClass object.
 
void SetName(const char *new_name)
 
TClassRef & operator=(TClass *rhs)
 
TClass * InternalGetClass() const
Return the current TClass object corresponding to fClassName.
 
TClass *const  * fClassPtr
 
TClass * GetClass() const
 
TClassRef & operator=(const TClassRef &rhs)
 
TClass * operator->() const
 
const char * GetClassName()
 
void Assign(const TClassRef &)
Assignment operator implementation, increases reference count to original class object.
 
TClass instances represent classes, structs and namespaces in the ROOT type system.