library: libCore
#include "TMemberInspector.h"

TMemberInspector


class description - header file - source file
viewCVS header - viewCVS source

class TMemberInspector

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

public:
virtual~TMemberInspector()
static TClass*Class()
virtual voidInspect(TClass* cl, const char* parent, const char* name, const void* addr)
virtual TClass*IsA() const
TMemberInspector&operator=(const TMemberInspector&)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Class Description

                                                                      
 TMemberInspector                                                     
                                                                      
 Abstract base class for accessing the datamembers of a class.        
 Classes derived from this class can be given as argument to the      
 ShowMembers() methods of ROOT classes. This feature facilitates      
 the writing of class browsers and inspectors.                        
                                                                      

virtual ~TMemberInspector()
{ }
void Inspect(TClass *cl, const char *parent, const char *name, const void *addr)

Author: Fons Rademakers 15/07/96
Last update: root/base:$Name: $:$Id: TMemberInspector.cxx,v 1.1.1.1 2000/05/16 17:00:39 rdm 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.