library: libCore #include "TClassGenerator.h" |
TClassGenerator
class description - source file - inheritance tree (.pdf)
This is an abstract class, constructors will not be documented.
Look at the header to check for available constructors.
protected:
virtual ~TClassGenerator()
public:
static TClass* Class()
virtual TClass* GetClass(const char* classname, Bool_t load)
virtual TClass* GetClass(const type_info& typeinfo, Bool_t load)
virtual TClass* IsA() const
TClassGenerator& operator=(const TClassGenerator&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Inline Functions
void ~TClassGenerator()
TClass* GetClass(const char* classname, Bool_t load)
TClass* GetClass(const type_info& typeinfo, Bool_t load)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TClassGenerator& operator=(const TClassGenerator&)
Author: Philippe Canal 24/06/2003
Last update: root/base:$Name: $:$Id: TClassGenerator.cxx,v 1.2 2003/06/25 18:06:45 rdm Exp $
Copyright (C) 1995-2003, 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.