ROOT::Reflex::Base
class description - header file - source file
viewCVS header - viewCVS source
class ROOT::Reflex::Base
Function Members (Methods)
Display options:
Data Members
private:
void* | fOffsetFP | |
unsigned int | fModifiers | |
ROOT::Reflex::Type | fBaseType | |
ROOT::Reflex::Class* | fBaseClass | |
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()
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
{}
bool IsPrivate()
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
bool IsProtected()
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
bool IsPublic()
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
bool IsVirtual()
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
size_t Offset(void * mem)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
ROOT::Reflex::OffsetFunction OffsetFP()
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
ROOT::Reflex::Type ToType()
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
ROOT::Reflex::Scope ToScope()
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Base()
* default constructor */
virtual ~Base()
* destructor */
{}
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.