]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/classbase.3
Added manpages
[user/henk/code/inspircd.git] / docs / man / man3 / classbase.3
1 .TH "classbase" 3 "2 May 2004" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 classbase \- The base class for all inspircd classes. 
6
7 .PP
8 .SH SYNOPSIS
9 .br
10 .PP
11 \fC#include <base.h>\fP
12 .PP
13 Inherited by \fBAdmin\fP, \fBConfigReader\fP, \fBConnectClass\fP, \fBExtensible\fP, \fBExtMode\fP, \fBFileReader\fP, \fBHostItem\fP, \fBInvited\fP, \fBModeParameter\fP, \fBModule\fP, \fBModuleFactory\fP, \fBpacket\fP, \fBServer\fP, \fBucrec\fP, \fBVersion\fP, and \fBXLine\fP.
14 .PP
15 .SS "Public Member Functions"
16
17 .in +1c
18 .ti -1c
19 .RI "\fBclassbase\fP ()"
20 .br
21 .RI "\fIConstructor, Sets the object's time.\fP"
22 .ti -1c
23 .RI "\fB~classbase\fP ()"
24 .br
25 .in -1c
26 .SS "Public Attributes"
27
28 .in +1c
29 .ti -1c
30 .RI "time_t \fBage\fP"
31 .br
32 .RI "\fITime that the object was instantiated (used for TS calculation etc).\fP"
33 .in -1c
34 .SH "Detailed Description"
35 .PP 
36 The base class for all inspircd classes.Definition at line 17 of file base.h.
37 .SH "Constructor & Destructor Documentation"
38 .PP 
39 .SS "classbase::classbase ()\fC [inline]\fP"
40 .PP
41 Constructor, Sets the object's time.Definition at line 27 of file base.h.
42 .PP
43 .nf
44 27 { age = time(NULL); }
45 .fi
46 .SS "classbase::~classbase ()\fC [inline]\fP"
47 .PP
48 Definition at line 28 of file base.h.
49 .PP
50 .nf
51 28 { }
52 .fi
53 .SH "Member Data Documentation"
54 .PP 
55 .SS "time_t classbase::age"
56 .PP
57 Time that the object was instantiated (used for TS calculation etc).Definition at line 22 of file base.h.
58
59 .SH "Author"
60 .PP 
61 Generated automatically by Doxygen for InspIRCd from the source code.