#include "Base.h"

ROOT::Reflex::Base


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

class ROOT::Reflex::Base

Inheritance Chart:
ROOT::Reflex::Base

    public:
void* __getNewDelFunctions() Base(const ROOT::Reflex::Base& _ctor_arg) Base() Base(const ROOT::Reflex::Type& baseType, ROOT::Reflex::OffsetFunction offsetFP, unsigned int modifiers = 0) virtual ~Base() TClass* IsA() bool IsPrivate() const bool IsProtected() const bool IsPublic() const bool IsVirtual() const std::string Name(unsigned int mod = 0) const unsigned int Offset(void* mem = 0) const void* OffsetFP() const bool operator bool() const virtual void ShowMembers(TMemberInspector&, char*) virtual void Streamer(TBuffer&) void StreamerNVirtual(TBuffer&) ROOT::Reflex::Scope ToScope() const ROOT::Reflex::Type ToType(unsigned int) const

Data Members

    private:
void* fOffsetFP unsigned int fModifiers ROOT::Reflex::Type fBaseType ROOT::Reflex::Class* fBaseClass

Class Description

Base( const Type & baseType, OffsetFunction offsetfp, unsigned int modifiers )
-------------------------------------------------------------------------------
 Construct the information for a base. The pointer to the base class (type Class)
 is set to 0 initially and set on first access.
std::string Name( unsigned int mod )
-------------------------------------------------------------------------------
 Construct the name of the base. Qualify if requested.
Base()
Base( const Type & baseType, OffsetFunction offsetFP, unsigned int modifiers = 0 )
virtual ~Base()
bool IsPrivate()
bool IsProtected()
bool IsPublic()
bool IsVirtual()
size_t Offset(void * mem = 0)
OffsetFunction OffsetFP()
Type ToType( unsigned int mod = 0 )
Scope ToScope()

Author: Stefan Roiser 2004
Last update: root/reflex:$Name: $:$Id: Base.cxx,v 1.9 2006/07/05 07:09:09 roiser Exp $


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.