Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

SWObject Class Reference

Base class for major Sword classes. More...

#include <swobject.h>

Inheritance diagram for SWObject::

SWKey ListKey StrKey VerseKey List of all members.

Public Methods

const SWClassgetClass () const
 Use this to get the class definition and inheritance order. More...


Protected Attributes

SWClassmyclass

Detailed Description

Base class for major Sword classes.

SWObject is the base class for major Sword classes like SWKey. It is used because dynamic_cast is not available on all plattforms supported by Sword. Use SWDYNAMIC_CAST(classname, object) instead of dynamic_cast<classname>(object).

Definition at line 41 of file swobject.h.


Member Function Documentation

const SWClass * SWObject::getClass ( ) const [inline]
 

Use this to get the class definition and inheritance order.

Returns:
The class definition of this object

Definition at line 49 of file swobject.h.


The documentation for this class was generated from the following file:
Generated at Fri Oct 5 22:45:37 2001 for The Sword Project by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001