]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/base.h.3
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2578 e03df62e-2008...
[user/henk/code/inspircd.git] / docs / man / man3 / base.h.3
1 .TH "base.h" 3 "19 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 base.h \- 
6 .SH SYNOPSIS
7 .br
8 .PP
9 \fC#include 'inspircd_config.h'\fP
10 .br
11 \fC#include <time.h>\fP
12 .br
13 \fC#include <map>\fP
14 .br
15 \fC#include <deque>\fP
16 .br
17 \fC#include <string>\fP
18 .br
19
20 .SS "Classes"
21
22 .in +1c
23 .ti -1c
24 .RI "class \fBclassbase\fP"
25 .br
26 .RI "\fIThe base class for all inspircd classes. \fP"
27 .ti -1c
28 .RI "class \fBExtensible\fP"
29 .br
30 .RI "\fIclass Extensible is the parent class of many classes such as userrec and chanrec. \fP"
31 .ti -1c
32 .RI "class \fBBoolSet\fP"
33 .br
34 .RI "\fIBoolSet is a utility class designed to hold eight bools in a bitmask. \fP"
35 .in -1c
36 .SS "Typedefs"
37
38 .in +1c
39 .ti -1c
40 .RI "typedef void * \fBVoidPointer\fP"
41 .br
42 .in -1c
43 .SH "Typedef Documentation"
44 .PP 
45 .SS "typedef void* \fBVoidPointer\fP"
46 .PP
47 Definition at line 26 of file base.h.
48 .SH "Author"
49 .PP 
50 Generated automatically by Doxygen for InspIRCd from the source code.