Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

OOF_PublicBase Class Reference
[OOFILE Database package]

#include <oof1.h>

Inheritance diagram for OOF_PublicBase:

Inheritance graph
[legend]
List of all members.

Detailed Description

Base class used to refer to main OOFILE classes and provide base reflective API.

Implements member mHidden for marking objects as hidden, eg: so dbField members may not appear in dbTable::extract().


Public Member Functions

bool hidden () const
void hide (bool hideIt=true)
virtual void describe (std::ostream &) const
 Provide human-readable information about object.

virtual oofString name () const
virtual ~OOF_PublicBase ()

Protected Member Functions

 OOF_PublicBase ()
 OOF_PublicBase (const OOF_PublicBase &rhs)

Protected Attributes

bool mHidden


Constructor & Destructor Documentation

virtual OOF_PublicBase::~OOF_PublicBase  )  [inline, virtual]
 

OOF_PublicBase::OOF_PublicBase  )  [inline, protected]
 

OOF_PublicBase::OOF_PublicBase const OOF_PublicBase rhs  )  [inline, protected]
 


Member Function Documentation

void OOF_PublicBase::describe std::ostream &  os  )  const [virtual]
 

Provide human-readable information about object.

Overriden to provide much more detail particularly for dbTable::describe() which provides full schema.

Reimplemented in dbTable, dbConnect, dbField, dbChar, dbFixedBinary, and dbRelRefBase.

bool OOF_PublicBase::hidden  )  const [inline]
 

void OOF_PublicBase::hide bool  hideIt = true  )  [inline]
 

oofString OOF_PublicBase::name  )  const [virtual]
 

Reimplemented in dbTable, dbConnect, dbField, and OOF_adornerHolder.


Member Data Documentation

bool OOF_PublicBase::mHidden [protected]
 


The documentation for this class was generated from the following files:
Generated on Fri Jan 2 01:05:27 2004 for OOFILE by doxygen 1.3.5