summaryrefslogtreecommitdiff
path: root/docs/man/man3/base.h.3
blob: 0b9f1c214aa9415cd6fca34d65879f8acffd7f60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.TH "base.h" 3 "13 Apr 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
base.h \- 
.SH SYNOPSIS
.br
.PP
\fC#include 'inspircd_config.h'\fP
.br
\fC#include <time.h>\fP
.br
\fC#include <map>\fP
.br
\fC#include <string>\fP
.br

.SS "Compounds"

.in +1c
.ti -1c
.RI "class \fBclassbase\fP"
.br
.RI "\fIThe base class for all inspircd classes. \fP"
.ti -1c
.RI "class \fBExtensible\fP"
.br
.RI "\fIclass Extensible is the parent class of many classes such as userrec and chanrec. \fP"
.in -1c
.SS "Typedefs"

.in +1c
.ti -1c
.RI "typedef void * \fBVoidPointer\fP"
.br
.in -1c
.SH "Typedef Documentation"
.PP 
.SS "typedef void* \fBVoidPointer\fP"
.PP
Definition at line 25 of file base.h.
.SH "Author"
.PP 
Generated automatically by Doxygen for InspIRCd from the source code.