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 ec2f43a..0000000
--- a/doc/api-documentation/man/man3/swobject.3
+++ /dev/null
@@ -1,49 +0,0 @@
-.TH "SWObject" 3 "5 Oct 2001" "The Sword Project" \" -*- nroff -*-
-.ad l
-.nh
-.SH NAME
-SWObject \- Base class for major Sword classes.
-.SH SYNOPSIS
-.br
-.PP
-\fC#include <swobject.h>\fR
-.PP
-Inherited by \fBSWKey\fR.
-.PP
-.SS Public Methods
-
-.in +1c
-.ti -1c
-.RI "const \fBSWClass\fR* \fBgetClass\fR () const"
-.br
-.RI "\fIUse this to get the class definition and inheritance order.\fR"
-.in -1c
-.SS Protected Attributes
-
-.in +1c
-.ti -1c
-.RI "\fBSWClass\fR* \fBmyclass\fR"
-.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\fR. 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\fR * SWObject::getClass () const\fC [inline]\fR
-.PP
-Use this to get the class definition and inheritance order.
-.PP
-\fBReturns: \fR
-.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