]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classHostItem.html
Re-added the dot graphs again
[user/henk/code/inspircd.git] / docs / module-doc / classHostItem.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>InspIRCd: HostItem class Reference</title>
4 <link href="inspircd.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3.3 -->
7 <div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Compound&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Compound&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8 <h1>HostItem Class Reference</h1>Holds an entry for a ban list, exemption list, or invite list.  
9 <a href="#_details">More...</a>
10 <p>
11 <code>#include &lt;<a class="el" href="channels_8h-source.html">channels.h</a>&gt;</code>
12 <p>
13 Inheritance diagram for HostItem:<p><center><img src="classHostItem__inherit__graph.gif" border="0" usemap="#HostItem__inherit__map" alt="Inheritance graph"></center>
14 <map name="HostItem__inherit__map">
15 <area href="classBanItem.html" shape="rect" coords="7,157,79,184" alt="">
16 <area href="classExemptItem.html" shape="rect" coords="103,157,197,184" alt="">
17 <area href="classInviteItem.html" shape="rect" coords="221,157,301,184" alt="">
18 <area href="classclassbase.html" shape="rect" coords="110,8,190,34" alt="">
19 </map>
20 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for HostItem:<p><center><img src="classHostItem__coll__graph.gif" border="0" usemap="#HostItem__coll__map" alt="Collaboration graph"></center>
21 <map name="HostItem__coll__map">
22 <area href="classclassbase.html" shape="rect" coords="108,98,188,125" alt="">
23 </map>
24 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classHostItem-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
25 <tr><td></td></tr>
26 <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
27 <tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classHostItem.html#a0">HostItem</a> ()</td></tr>
28
29 <tr><td class="memItemLeft" nowrap align=right valign=top>virtual&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classHostItem.html#a1">~HostItem</a> ()</td></tr>
30
31 <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
32 <tr><td class="memItemLeft" nowrap align=right valign=top>time_t&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classHostItem.html#o0">set_time</a></td></tr>
33
34 <tr><td class="memItemLeft" nowrap align=right valign=top>char&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classHostItem.html#o1">set_by</a> [NICKMAX]</td></tr>
35
36 <tr><td class="memItemLeft" nowrap align=right valign=top>char&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classHostItem.html#o2">data</a> [MAXBUF]</td></tr>
37
38 </table>
39 <hr><a name="_details"></a><h2>Detailed Description</h2>
40 Holds an entry for a ban list, exemption list, or invite list. 
41 <p>
42 This class contains a single element in a channel list, such as a banlist. 
43 <p>
44
45 <p>
46 Definition at line <a class="el" href="channels_8h-source.html#l00036">36</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
47 <a name="a0" doxytag="HostItem::HostItem"></a><p>
48 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
49   <tr>
50     <td class="mdRow">
51       <table cellpadding="0" cellspacing="0" border="0">
52         <tr>
53           <td class="md" nowrap valign="top"> HostItem::HostItem </td>
54           <td class="md" valign="top">(&nbsp;</td>
55           <td class="mdname1" valign="top" nowrap>          </td>
56           <td class="md" valign="top">&nbsp;)&nbsp;</td>
57           <td class="md" nowrap><code> [inline]</code></td>
58         </tr>
59
60       </table>
61     </td>
62   </tr>
63 </table>
64 <table cellspacing=5 cellpadding=0 border=0>
65   <tr>
66     <td>
67       &nbsp;
68     </td>
69     <td>
70
71 <p>
72
73 <p>
74 Definition at line <a class="el" href="channels_8h-source.html#l00043">43</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
75 <p>
76 <div class="fragment"><pre>00043 { <span class="comment">/* stub */</span> }
77 </pre></div>    </td>
78   </tr>
79 </table>
80 <a name="a1" doxytag="HostItem::~HostItem"></a><p>
81 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
82   <tr>
83     <td class="mdRow">
84       <table cellpadding="0" cellspacing="0" border="0">
85         <tr>
86           <td class="md" nowrap valign="top"> virtual HostItem::~<a class="el" href="classHostItem.html">HostItem</a> </td>
87           <td class="md" valign="top">(&nbsp;</td>
88           <td class="mdname1" valign="top" nowrap>          </td>
89           <td class="md" valign="top">&nbsp;)&nbsp;</td>
90           <td class="md" nowrap><code> [inline, virtual]</code></td>
91         </tr>
92
93       </table>
94     </td>
95   </tr>
96 </table>
97 <table cellspacing=5 cellpadding=0 border=0>
98   <tr>
99     <td>
100       &nbsp;
101     </td>
102     <td>
103
104 <p>
105
106 <p>
107 Definition at line <a class="el" href="channels_8h-source.html#l00044">44</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
108 <p>
109 <div class="fragment"><pre>00044 { <span class="comment">/* stub */</span> }
110 </pre></div>    </td>
111   </tr>
112 </table>
113 <hr><h2>Member Data Documentation</h2>
114 <a name="o2" doxytag="HostItem::data"></a><p>
115 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
116   <tr>
117     <td class="mdRow">
118       <table cellpadding="0" cellspacing="0" border="0">
119         <tr>
120           <td class="md" nowrap valign="top"> char <a class="el" href="classHostItem.html#o2">HostItem::data</a>[MAXBUF]
121       </table>
122     </td>
123   </tr>
124 </table>
125 <table cellspacing=5 cellpadding=0 border=0>
126   <tr>
127     <td>
128       &nbsp;
129     </td>
130     <td>
131
132 <p>
133
134 <p>
135 Definition at line <a class="el" href="channels_8h-source.html#l00041">41</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.    </td>
136   </tr>
137 </table>
138 <a name="o1" doxytag="HostItem::set_by"></a><p>
139 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
140   <tr>
141     <td class="mdRow">
142       <table cellpadding="0" cellspacing="0" border="0">
143         <tr>
144           <td class="md" nowrap valign="top"> char <a class="el" href="classHostItem.html#o1">HostItem::set_by</a>[NICKMAX]
145       </table>
146     </td>
147   </tr>
148 </table>
149 <table cellspacing=5 cellpadding=0 border=0>
150   <tr>
151     <td>
152       &nbsp;
153     </td>
154     <td>
155
156 <p>
157
158 <p>
159 Definition at line <a class="el" href="channels_8h-source.html#l00040">40</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.    </td>
160   </tr>
161 </table>
162 <a name="o0" doxytag="HostItem::set_time"></a><p>
163 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
164   <tr>
165     <td class="mdRow">
166       <table cellpadding="0" cellspacing="0" border="0">
167         <tr>
168           <td class="md" nowrap valign="top"> time_t <a class="el" href="classHostItem.html#o0">HostItem::set_time</a>
169       </table>
170     </td>
171   </tr>
172 </table>
173 <table cellspacing=5 cellpadding=0 border=0>
174   <tr>
175     <td>
176       &nbsp;
177     </td>
178     <td>
179
180 <p>
181
182 <p>
183 Definition at line <a class="el" href="channels_8h-source.html#l00039">39</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.    </td>
184   </tr>
185 </table>
186 <hr>The documentation for this class was generated from the following file:<ul>
187 <li><a class="el" href="channels_8h-source.html">channels.h</a></ul>
188 <hr size="1"><address style="align: right;"><small>Generated on Fri May 13 01:59:46 2005 for InspIRCd by
189 <a href="http://www.doxygen.org/index.html">
190 <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
191 </a>1.3.3 </small></address>
192 </body>
193 </html>