summaryrefslogtreecommitdiff
path: root/doc/api-documentation/man/man3/SWObject.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api-documentation/man/man3/SWObject.3')
-rw-r--r--doc/api-documentation/man/man3/SWObject.349
1 files changed, 0 insertions, 49 deletions
diff --git a/doc/api-documentation/man/man3/SWObject.3 b/doc/api-documentation/man/man3/SWObject.3
deleted file mode 100644
index cd24894..0000000
--- a/doc/api-documentation/man/man3/SWObject.3
+++ /dev/null
@@ -1,49 +0,0 @@
-.TH "SWObject" 3 "22 Jan 2002" "The Sword Project" \" -*- nroff -*-
-.ad l
-.nh
-.SH NAME
-SWObject \- Base class for major Sword classes.
-.SH SYNOPSIS
-.br
-.PP
-\fC#include <swobject.h>\fP
-.PP
-Inherited by \fBSWKey\fP.
-.PP
-.SS "Public Methods"
-
-.in +1c
-.ti -1c
-.RI "const \fBSWClass\fP * \fBgetClass\fP () const"
-.br
-.RI "\fIUse this to get the class definition and inheritance order.\fP"
-.in -1c
-.SS "Protected Attributes"
-
-.in +1c
-.ti -1c
-.RI "\fBSWClass\fP * \fBmyclass\fP"
-.br
-.in -1c
-.SH "DETAILED DESCRIPTION"
-.PP
-Base class for major Sword classes.
-.PP
-SWObject is the base class for major Sword classes like \fBSWKey\fP. 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).
-.PP
-Definition at line 41 of file swobject.h.
-.SH "MEMBER FUNCTION DOCUMENTATION"
-.PP
-.SS "const \fBSWClass\fP* SWObject::getClass () const\fC [inline]\fP"
-.PP
-Use this to get the class definition and inheritance order.
-.PP
-\fBReturns: \fP
-.in +1c
-The class definition of this object
-.PP
-Definition at line 49 of file swobject.h.
-
-.SH "AUTHOR"
-.PP
-Generated automatically by Doxygen for The Sword Project from the source code. \ No newline at end of file