library: libCore
#include "TClassRef.h"

TClassRef


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

class TClassRef

Inheritance Chart:
TClassRef

    public:
TClassRef() TClassRef(TClass* cl) TClassRef(const char* classname) TClassRef(const TClassRef&) ~TClassRef() TClass* GetClass() const TClass* operator TClass*() const TClass* operator->() const TClassRef& operator=(const TClassRef&) void Reset()

Data Members

    private:
TString fClassName Name of referenced class TClass* fClassPtr ! Ptr to the TClass object

Class Description




Inline Functions


              void ~TClassRef()
         TClassRef TClassRef()
         TClassRef TClassRef(TClass* cl)
         TClassRef TClassRef(const char* classname)
         TClassRef TClassRef(const TClassRef&)
        TClassRef& operator=(const TClassRef&)
           TClass* GetClass() const
              void Reset()
           TClass* operator->() const
           TClass* operator TClass*() const


Author: Philippe Canal 15/03/2005
Last update: root/meta:$Name: $:$Id: TClassRef.h,v 1.4 2005/03/24 14:27:06 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


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.