]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/HostItem.3
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2578 e03df62e-2008...
[user/henk/code/inspircd.git] / docs / man / man3 / HostItem.3
1 .TH "HostItem" 3 "19 Dec 2005" "Version 1.0Betareleases" "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 38 of file channels.h.
47 .SH "Constructor & Destructor Documentation"
48 .PP 
49 .SS "HostItem::HostItem ()\fC [inline]\fP"
50 .PP
51 Definition at line 45 of file channels.h.
52 .PP
53 .nf
54 45 { /* stub */ }
55 .fi
56 .PP
57 .SS "virtual HostItem::~HostItem ()\fC [inline, virtual]\fP"
58 .PP
59 Definition at line 46 of file channels.h.
60 .PP
61 .nf
62 46 { /* stub */ }
63 .fi
64 .PP
65 .SH "Member Data Documentation"
66 .PP 
67 .SS "char \fBHostItem::data\fP[MAXBUF]"
68 .PP
69 Definition at line 43 of file channels.h.
70 .SS "char \fBHostItem::set_by\fP[NICKMAX]"
71 .PP
72 Definition at line 42 of file channels.h.
73 .SS "time_t \fBHostItem::set_time\fP"
74 .PP
75 Definition at line 41 of file channels.h.
76
77 .SH "Author"
78 .PP 
79 Generated automatically by Doxygen for InspIRCd from the source code.