]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/HostItem.3
Re-added the dot graphs again
[user/henk/code/inspircd.git] / docs / man / man3 / HostItem.3
1 .TH "HostItem" 3 "13 May 2005" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 HostItem \- Holds an entry for a ban list, exemption list, or invite list.  
6
7 .PP
8 .SH SYNOPSIS
9 .br
10 .PP
11 \fC#include <channels.h>\fP
12 .PP
13 Inherits \fBclassbase\fP.
14 .PP
15 Inherited by \fBBanItem\fP, \fBExemptItem\fP, and \fBInviteItem\fP.
16 .PP
17 .SS "Public Member Functions"
18
19 .in +1c
20 .ti -1c
21 .RI "\fBHostItem\fP ()"
22 .br
23 .ti -1c
24 .RI "virtual \fB~HostItem\fP ()"
25 .br
26 .in -1c
27 .SS "Public Attributes"
28
29 .in +1c
30 .ti -1c
31 .RI "time_t \fBset_time\fP"
32 .br
33 .ti -1c
34 .RI "char \fBset_by\fP [NICKMAX]"
35 .br
36 .ti -1c
37 .RI "char \fBdata\fP [MAXBUF]"
38 .br
39 .in -1c
40 .SH "Detailed Description"
41 .PP 
42 Holds an entry for a ban list, exemption list, or invite list. 
43
44 This class contains a single element in a channel list, such as a banlist. 
45 .PP
46 Definition at line 36 of file channels.h.
47 .SH "Constructor & Destructor Documentation"
48 .PP 
49 .SS "HostItem::HostItem ()\fC [inline]\fP"
50 .PP
51 Definition at line 43 of file channels.h.
52 .PP
53 .nf
54 43 { /* stub */ }
55 .fi
56 .SS "virtual HostItem::~\fBHostItem\fP ()\fC [inline, virtual]\fP"
57 .PP
58 Definition at line 44 of file channels.h.
59 .PP
60 .nf
61 44 { /* stub */ }
62 .fi
63 .SH "Member Data Documentation"
64 .PP 
65 .SS "char \fBHostItem::data\fP[MAXBUF]"
66 .PP
67 Definition at line 41 of file channels.h.
68 .SS "char \fBHostItem::set_by\fP[NICKMAX]"
69 .PP
70 Definition at line 40 of file channels.h.
71 .SS "time_t \fBHostItem::set_time\fP"
72 .PP
73 Definition at line 39 of file channels.h.
74
75 .SH "Author"
76 .PP 
77 Generated automatically by Doxygen for InspIRCd from the source code.