#include <swobject.h>


Public Member Functions | |
| const SWClass * | getClass () const |
Protected Attributes | |
| SWClass * | myclass |
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 51 of file swobject.h.
| const SWClass* SWObject::getClass | ( | ) | const [inline] |
Use this to get the class definition and inheritance order.
Definition at line 59 of file swobject.h.
00059 { 00060 return myclass; 00061 }
SWClass* SWObject::myclass [protected] |
Definition at line 53 of file swobject.h.
1.6.1