diff options
Diffstat (limited to 'docs/man/man3/classbase.3')
-rw-r--r-- | docs/man/man3/classbase.3 | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/docs/man/man3/classbase.3 b/docs/man/man3/classbase.3 deleted file mode 100644 index 53f4bb176..000000000 --- a/docs/man/man3/classbase.3 +++ /dev/null @@ -1,73 +0,0 @@ -.TH "classbase" 3 "19 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- -.ad l -.nh -.SH NAME -classbase \- The base class for all inspircd classes. - -.PP -.SH SYNOPSIS -.br -.PP -\fC#include <base.h>\fP -.PP -Inherited by \fBAdmin\fP, \fBConfigReader\fP, \fBConnectClass\fP, \fBExtensible\fP, \fBExtMode\fP, \fBFileReader\fP, \fBHostItem\fP, \fBInvited\fP, \fBModeParameter\fP, \fBModule\fP, \fBModuleFactory\fP, \fBModuleMessage\fP, \fBServer\fP, \fBServerConfig\fP, \fBucrec\fP, \fBVersion\fP, and \fBXLine\fP. -.PP -.SS "Public Member Functions" - -.in +1c -.ti -1c -.RI "\fBclassbase\fP ()" -.br -.RI "\fIConstructor, Sets the object's time. \fP" -.ti -1c -.RI "\fB~classbase\fP ()" -.br -.in -1c -.SS "Public Attributes" - -.in +1c -.ti -1c -.RI "time_t \fBage\fP" -.br -.RI "\fITime that the object was instantiated (used for TS calculation etc). \fP" -.in -1c -.SH "Detailed Description" -.PP -The base class for all inspircd classes. -.PP -Definition at line 30 of file base.h. -.SH "Constructor & Destructor Documentation" -.PP -.SS "classbase::classbase ()\fC [inline]\fP" -.PP -Constructor, Sets the object's time. -.PP -Definition at line 40 of file base.h. -.PP -References age. -.PP -.nf -40 { age = time(NULL); } -.fi -.PP -.SS "classbase::~classbase ()\fC [inline]\fP" -.PP -Definition at line 41 of file base.h. -.PP -.nf -41 { } -.fi -.PP -.SH "Member Data Documentation" -.PP -.SS "time_t \fBclassbase::age\fP" -.PP -Time that the object was instantiated (used for TS calculation etc). -.PP -Definition at line 35 of file base.h. -.PP -Referenced by classbase(). - -.SH "Author" -.PP -Generated automatically by Doxygen for InspIRCd from the source code. |