]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classExtMode.html
Added Module::OnAccessCheck
[user/henk/code/inspircd.git] / docs / module-doc / classExtMode.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>ExtMode 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>ExtMode Class Reference</h1>Inheritance diagram for ExtMode:<p><center><img src="classExtMode__inherit__graph.gif" border="0" usemap="#ExtMode__inherit__map" alt="Inheritance graph"></center>
10 <map name="ExtMode__inherit__map">
11 <area href="classclassbase.html" shape="rect" coords="7,16,73,37" alt="">
12 </map>
13 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for ExtMode:<p><center><img src="classExtMode__coll__graph.gif" border="0" usemap="#ExtMode__coll__map" alt="Collaboration graph"></center>
14 <map name="ExtMode__coll__map">
15 <area href="classclassbase.html" shape="rect" coords="7,107,73,128" alt="">
16 </map>
17 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classExtMode-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
18 <tr><td></td></tr>
19 <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
20 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classExtMode.html#a0">ExtMode</a> (char mc, int ty, bool oper, int p_on, int p_off)</td></tr>
21 <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
22 <tr><td nowrap align=right valign=top>char&nbsp;</td><td valign=bottom><a class="el" href="classExtMode.html#m0">modechar</a></td></tr>
23 <tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="classExtMode.html#m1">type</a></td></tr>
24 <tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="classExtMode.html#m2">params_when_on</a></td></tr>
25 <tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="classExtMode.html#m3">params_when_off</a></td></tr>
26 <tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classExtMode.html#m4">needsoper</a></td></tr>
27 <tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classExtMode.html#m5">list</a></td></tr>
28 </table>
29 <hr><h2>Constructor &amp; Destructor Documentation</h2>
30 <a name="a0" doxytag="ExtMode::ExtMode"></a><p>
31 <table width="100%" cellpadding="2" cellspacing="0" border="0">
32   <tr>
33     <td class="md">
34       <table cellpadding="0" cellspacing="0" border="0">
35         <tr>
36           <td class="md" nowrap valign="top"> ExtMode::ExtMode </td>
37           <td class="md" valign="top">(&nbsp;</td>
38           <td class="md" nowrap valign="top">char&nbsp;</td>
39           <td class="mdname" nowrap>&nbsp; <em>mc</em>, </td>
40         </tr>
41         <tr>
42           <td></td>
43           <td></td>
44           <td class="md" nowrap>int&nbsp;</td>
45           <td class="mdname" nowrap>&nbsp; <em>ty</em>, </td>
46         </tr>
47         <tr>
48           <td></td>
49           <td></td>
50           <td class="md" nowrap>bool&nbsp;</td>
51           <td class="mdname" nowrap>&nbsp; <em>oper</em>, </td>
52         </tr>
53         <tr>
54           <td></td>
55           <td></td>
56           <td class="md" nowrap>int&nbsp;</td>
57           <td class="mdname" nowrap>&nbsp; <em>p_on</em>, </td>
58         </tr>
59         <tr>
60           <td></td>
61           <td></td>
62           <td class="md" nowrap>int&nbsp;</td>
63           <td class="mdname" nowrap>&nbsp; <em>p_off</em></td>
64         </tr>
65         <tr>
66           <td></td>
67           <td class="md">)&nbsp;</td>
68           <td class="md" colspan="2"><code> [inline]</code></td>
69         </tr>
70
71       </table>
72     </td>
73   </tr>
74 </table>
75 <table cellspacing=5 cellpadding=0 border=0>
76   <tr>
77     <td>
78       &nbsp;
79     </td>
80     <td>
81
82 <p>
83
84 <p>
85 Definition at line <a class="el" href="modules_8cpp-source.html#l00030">30</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
86 <p>
87 <div class="fragment"><pre>00030 : <a class="code" href="classExtMode.html#m0">modechar</a>(mc), <a class="code" href="classExtMode.html#m1">type</a>(ty), <a class="code" href="classExtMode.html#m4">needsoper</a>(oper), <a class="code" href="classExtMode.html#m2">params_when_on</a>(p_on), <a class="code" href="classExtMode.html#m3">params_when_off</a>(p_off) { };
88 </pre></div>    </td>
89   </tr>
90 </table>
91 <hr><h2>Member Data Documentation</h2>
92 <a name="m5" doxytag="ExtMode::list"></a><p>
93 <table width="100%" cellpadding="2" cellspacing="0" border="0">
94   <tr>
95     <td class="md">
96       <table cellpadding="0" cellspacing="0" border="0">
97         <tr>
98           <td class="md" nowrap valign="top"> bool ExtMode::list
99       </table>
100     </td>
101   </tr>
102 </table>
103 <table cellspacing=5 cellpadding=0 border=0>
104   <tr>
105     <td>
106       &nbsp;
107     </td>
108     <td>
109
110 <p>
111
112 <p>
113 Definition at line <a class="el" href="modules_8cpp-source.html#l00029">29</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.    </td>
114   </tr>
115 </table>
116 <a name="m0" doxytag="ExtMode::modechar"></a><p>
117 <table width="100%" cellpadding="2" cellspacing="0" border="0">
118   <tr>
119     <td class="md">
120       <table cellpadding="0" cellspacing="0" border="0">
121         <tr>
122           <td class="md" nowrap valign="top"> char ExtMode::modechar
123       </table>
124     </td>
125   </tr>
126 </table>
127 <table cellspacing=5 cellpadding=0 border=0>
128   <tr>
129     <td>
130       &nbsp;
131     </td>
132     <td>
133
134 <p>
135
136 <p>
137 Definition at line <a class="el" href="modules_8cpp-source.html#l00024">24</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.    </td>
138   </tr>
139 </table>
140 <a name="m4" doxytag="ExtMode::needsoper"></a><p>
141 <table width="100%" cellpadding="2" cellspacing="0" border="0">
142   <tr>
143     <td class="md">
144       <table cellpadding="0" cellspacing="0" border="0">
145         <tr>
146           <td class="md" nowrap valign="top"> bool ExtMode::needsoper
147       </table>
148     </td>
149   </tr>
150 </table>
151 <table cellspacing=5 cellpadding=0 border=0>
152   <tr>
153     <td>
154       &nbsp;
155     </td>
156     <td>
157
158 <p>
159
160 <p>
161 Definition at line <a class="el" href="modules_8cpp-source.html#l00028">28</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.    </td>
162   </tr>
163 </table>
164 <a name="m3" doxytag="ExtMode::params_when_off"></a><p>
165 <table width="100%" cellpadding="2" cellspacing="0" border="0">
166   <tr>
167     <td class="md">
168       <table cellpadding="0" cellspacing="0" border="0">
169         <tr>
170           <td class="md" nowrap valign="top"> int ExtMode::params_when_off
171       </table>
172     </td>
173   </tr>
174 </table>
175 <table cellspacing=5 cellpadding=0 border=0>
176   <tr>
177     <td>
178       &nbsp;
179     </td>
180     <td>
181
182 <p>
183
184 <p>
185 Definition at line <a class="el" href="modules_8cpp-source.html#l00027">27</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.    </td>
186   </tr>
187 </table>
188 <a name="m2" doxytag="ExtMode::params_when_on"></a><p>
189 <table width="100%" cellpadding="2" cellspacing="0" border="0">
190   <tr>
191     <td class="md">
192       <table cellpadding="0" cellspacing="0" border="0">
193         <tr>
194           <td class="md" nowrap valign="top"> int ExtMode::params_when_on
195       </table>
196     </td>
197   </tr>
198 </table>
199 <table cellspacing=5 cellpadding=0 border=0>
200   <tr>
201     <td>
202       &nbsp;
203     </td>
204     <td>
205
206 <p>
207
208 <p>
209 Definition at line <a class="el" href="modules_8cpp-source.html#l00026">26</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.    </td>
210   </tr>
211 </table>
212 <a name="m1" doxytag="ExtMode::type"></a><p>
213 <table width="100%" cellpadding="2" cellspacing="0" border="0">
214   <tr>
215     <td class="md">
216       <table cellpadding="0" cellspacing="0" border="0">
217         <tr>
218           <td class="md" nowrap valign="top"> int ExtMode::type
219       </table>
220     </td>
221   </tr>
222 </table>
223 <table cellspacing=5 cellpadding=0 border=0>
224   <tr>
225     <td>
226       &nbsp;
227     </td>
228     <td>
229
230 <p>
231
232 <p>
233 Definition at line <a class="el" href="modules_8cpp-source.html#l00025">25</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.    </td>
234   </tr>
235 </table>
236 <hr>The documentation for this class was generated from the following file:<ul>
237 <li><a class="el" href="modules_8cpp-source.html">modules.cpp</a></ul>
238 <hr><address style="align: right;"><small>Generated on Sat May 1 13:39:17 2004 for InspIRCd by
239 <a href="http://www.doxygen.org/index.html">
240 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
241 width=110 height=53></a>1.3-rc3 </small></address>
242 </body>
243 </html>