]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classXLine.html
Added base.cpp, fixed documentation for userrec::HasPermission
[user/henk/code/inspircd.git] / docs / module-doc / classXLine.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>XLine class Reference</title>
4 <link href="inspircd.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3-rc3 -->
7 <center>
8 <a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
9 <hr><h1>XLine Class Reference</h1>XLine is the base class for ban lines such as G lines and K lines. 
10 <a href="#_details">More...</a>
11 <p>
12 <code>#include &lt;<a class="el" href="xline_8h-source.html">xline.h</a>&gt;</code>
13 <p>
14 Inheritance diagram for XLine:<p><center><img src="classXLine__inherit__graph.gif" border="0" usemap="#XLine__inherit__map" alt="Inheritance graph"></center>
15 <map name="XLine__inherit__map">
16 <area href="classGLine.html" shape="rect" coords="7,154,49,176" alt="">
17 <area href="classKLine.html" shape="rect" coords="73,154,116,176" alt="">
18 <area href="classQLine.html" shape="rect" coords="140,154,185,176" alt="">
19 <area href="classZLine.html" shape="rect" coords="209,154,252,176" alt="">
20 <area href="classclassbase.html" shape="rect" coords="95,16,161,37" alt="">
21 </map>
22 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XLine:<p><center><img src="classXLine__coll__graph.gif" border="0" usemap="#XLine__coll__map" alt="Collaboration graph"></center>
23 <map name="XLine__coll__map">
24 <area href="classclassbase.html" shape="rect" coords="113,107,180,128" alt="">
25 </map>
26 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classXLine-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
27 <tr><td></td></tr>
28 <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
29 <tr><td nowrap align=right valign=top>time_t&nbsp;</td><td valign=bottom><a class="el" href="classXLine.html#m0">set_time</a></td></tr>
30 <tr><td>&nbsp;</td><td><font size=-1><em>The time the line was added.</em> <a href="#m0"></a><em></em></font><br><br></td></tr>
31 <tr><td nowrap align=right valign=top>long&nbsp;</td><td valign=bottom><a class="el" href="classXLine.html#m1">duration</a></td></tr>
32 <tr><td>&nbsp;</td><td><font size=-1><em>The duration of the ban, or 0 if permenant.</em> <a href="#m1"></a><em></em></font><br><br></td></tr>
33 <tr><td nowrap align=right valign=top>char&nbsp;</td><td valign=bottom><a class="el" href="classXLine.html#m2">source</a> [MAXBUF]</td></tr>
34 <tr><td>&nbsp;</td><td><font size=-1><em>Source of the ban.</em> <a href="#m2"></a><em></em></font><br><br></td></tr>
35 <tr><td nowrap align=right valign=top>char&nbsp;</td><td valign=bottom><a class="el" href="classXLine.html#m3">reason</a> [MAXBUF]</td></tr>
36 <tr><td>&nbsp;</td><td><font size=-1><em>Reason for the ban.</em> <a href="#m3"></a><em></em></font><br><br></td></tr>
37 <tr><td nowrap align=right valign=top>long&nbsp;</td><td valign=bottom><a class="el" href="classXLine.html#m4">n_matches</a></td></tr>
38 <tr><td>&nbsp;</td><td><font size=-1><em>Number of times the core matches the ban, for statistics.</em> <a href="#m4"></a><em></em></font><br><br></td></tr>
39 </table>
40 <hr><a name="_details"></a><h2>Detailed Description</h2>
41 XLine is the base class for ban lines such as G lines and K lines.
42 <p>
43
44 <p>
45 Definition at line <a class="el" href="xline_8h-source.html#l00018">18</a> of file <a class="el" href="xline_8h-source.html">xline.h</a>.<hr><h2>Member Data Documentation</h2>
46 <a name="m1" doxytag="XLine::duration"></a><p>
47 <table width="100%" cellpadding="2" cellspacing="0" border="0">
48   <tr>
49     <td class="md">
50       <table cellpadding="0" cellspacing="0" border="0">
51         <tr>
52           <td class="md" nowrap valign="top"> long XLine::duration
53       </table>
54     </td>
55   </tr>
56 </table>
57 <table cellspacing=5 cellpadding=0 border=0>
58   <tr>
59     <td>
60       &nbsp;
61     </td>
62     <td>
63
64 <p>
65 The duration of the ban, or 0 if permenant.
66 <p>
67
68 <p>
69 Definition at line <a class="el" href="xline_8h-source.html#l00028">28</a> of file <a class="el" href="xline_8h-source.html">xline.h</a>.    </td>
70   </tr>
71 </table>
72 <a name="m4" doxytag="XLine::n_matches"></a><p>
73 <table width="100%" cellpadding="2" cellspacing="0" border="0">
74   <tr>
75     <td class="md">
76       <table cellpadding="0" cellspacing="0" border="0">
77         <tr>
78           <td class="md" nowrap valign="top"> long XLine::n_matches
79       </table>
80     </td>
81   </tr>
82 </table>
83 <table cellspacing=5 cellpadding=0 border=0>
84   <tr>
85     <td>
86       &nbsp;
87     </td>
88     <td>
89
90 <p>
91 Number of times the core matches the ban, for statistics.
92 <p>
93
94 <p>
95 Definition at line <a class="el" href="xline_8h-source.html#l00040">40</a> of file <a class="el" href="xline_8h-source.html">xline.h</a>.    </td>
96   </tr>
97 </table>
98 <a name="m3" doxytag="XLine::reason"></a><p>
99 <table width="100%" cellpadding="2" cellspacing="0" border="0">
100   <tr>
101     <td class="md">
102       <table cellpadding="0" cellspacing="0" border="0">
103         <tr>
104           <td class="md" nowrap valign="top"> char XLine::reason[MAXBUF]
105       </table>
106     </td>
107   </tr>
108 </table>
109 <table cellspacing=5 cellpadding=0 border=0>
110   <tr>
111     <td>
112       &nbsp;
113     </td>
114     <td>
115
116 <p>
117 Reason for the ban.
118 <p>
119
120 <p>
121 Definition at line <a class="el" href="xline_8h-source.html#l00036">36</a> of file <a class="el" href="xline_8h-source.html">xline.h</a>.    </td>
122   </tr>
123 </table>
124 <a name="m0" doxytag="XLine::set_time"></a><p>
125 <table width="100%" cellpadding="2" cellspacing="0" border="0">
126   <tr>
127     <td class="md">
128       <table cellpadding="0" cellspacing="0" border="0">
129         <tr>
130           <td class="md" nowrap valign="top"> time_t XLine::set_time
131       </table>
132     </td>
133   </tr>
134 </table>
135 <table cellspacing=5 cellpadding=0 border=0>
136   <tr>
137     <td>
138       &nbsp;
139     </td>
140     <td>
141
142 <p>
143 The time the line was added.
144 <p>
145
146 <p>
147 Definition at line <a class="el" href="xline_8h-source.html#l00024">24</a> of file <a class="el" href="xline_8h-source.html">xline.h</a>.    </td>
148   </tr>
149 </table>
150 <a name="m2" doxytag="XLine::source"></a><p>
151 <table width="100%" cellpadding="2" cellspacing="0" border="0">
152   <tr>
153     <td class="md">
154       <table cellpadding="0" cellspacing="0" border="0">
155         <tr>
156           <td class="md" nowrap valign="top"> char XLine::source[MAXBUF]
157       </table>
158     </td>
159   </tr>
160 </table>
161 <table cellspacing=5 cellpadding=0 border=0>
162   <tr>
163     <td>
164       &nbsp;
165     </td>
166     <td>
167
168 <p>
169 Source of the ban.
170 <p>
171 This can be a servername or an oper nickname
172 <p>
173 Definition at line <a class="el" href="xline_8h-source.html#l00032">32</a> of file <a class="el" href="xline_8h-source.html">xline.h</a>.    </td>
174   </tr>
175 </table>
176 <hr>The documentation for this class was generated from the following file:<ul>
177 <li><a class="el" href="xline_8h-source.html">xline.h</a></ul>
178 <hr><address style="align: right;"><small>Generated on Fri Apr 30 15:46:50 2004 for InspIRCd by
179 <a href="http://www.doxygen.org/index.html">
180 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
181 width=110 height=53></a>1.3-rc3 </small></address>
182 </body>
183 </html>