The SWORD Project
1.9.0.svnversion
|
#include <swobject.h>
Public Member Functions | |
const SWClass * | getClass () const |
SWObject (const SWClass &classdef) | |
Protected Attributes | |
const 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 52 of file swobject.h.
Definition at line 61 of file swobject.cpp.
Use this to get the class definition and inheritance order.
Definition at line 63 of file swobject.h.
Definition at line 55 of file swobject.h.