]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classExtMode.html
New documentation!
[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>InspIRCd: ExtMode 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>ExtMode Class Reference</h1>Inherits <a class="el" href="classclassbase.html">classbase</a>.
9 <p>
10 <a href="classExtMode-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
11 <tr><td></td></tr>
12 <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
13 <tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" 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>
14
15 <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
16 <tr><td class="memItemLeft" nowrap align=right valign=top>char&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classExtMode.html#o0">modechar</a></td></tr>
17
18 <tr><td class="memItemLeft" nowrap align=right valign=top>int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classExtMode.html#o1">type</a></td></tr>
19
20 <tr><td class="memItemLeft" nowrap align=right valign=top>int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classExtMode.html#o2">params_when_on</a></td></tr>
21
22 <tr><td class="memItemLeft" nowrap align=right valign=top>int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classExtMode.html#o3">params_when_off</a></td></tr>
23
24 <tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classExtMode.html#o4">needsoper</a></td></tr>
25
26 <tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classExtMode.html#o5">list</a></td></tr>
27
28 </table>
29 <hr><h2>Constructor &amp; Destructor Documentation</h2>
30 <a name="a0" doxytag="ExtMode::ExtMode"></a><p>
31 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
32   <tr>
33     <td class="mdRow">
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> <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> <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> <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> <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> <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#l00201">201</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
86 <p>
87 References <a class="el" href="modules_8cpp-source.html#l00195">modechar</a>, <a class="el" href="modules_8cpp-source.html#l00199">needsoper</a>, <a class="el" href="modules_8cpp-source.html#l00198">params_when_off</a>, <a class="el" href="modules_8cpp-source.html#l00197">params_when_on</a>, and <a class="el" href="modules_8cpp-source.html#l00196">type</a>.
88 <p>
89 <div class="fragment"><pre>00201 : <a class="code" href="classExtMode.html#o0">modechar</a>(mc), <a class="code" href="classExtMode.html#o1">type</a>(ty), <a class="code" href="classExtMode.html#o4">needsoper</a>(oper), <a class="code" href="classExtMode.html#o2">params_when_on</a>(p_on), <a class="code" href="classExtMode.html#o3">params_when_off</a>(p_off) { };
90 </pre></div>    </td>
91   </tr>
92 </table>
93 <hr><h2>Member Data Documentation</h2>
94 <a name="o5" doxytag="ExtMode::list"></a><p>
95 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
96   <tr>
97     <td class="mdRow">
98       <table cellpadding="0" cellspacing="0" border="0">
99         <tr>
100           <td class="md" nowrap valign="top"> bool <a class="el" href="classExtMode.html#o5">ExtMode::list</a>
101       </table>
102     </td>
103   </tr>
104 </table>
105 <table cellspacing=5 cellpadding=0 border=0>
106   <tr>
107     <td>
108       &nbsp;
109     </td>
110     <td>
111
112 <p>
113
114 <p>
115 Definition at line <a class="el" href="modules_8cpp-source.html#l00200">200</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.    </td>
116   </tr>
117 </table>
118 <a name="o0" doxytag="ExtMode::modechar"></a><p>
119 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
120   <tr>
121     <td class="mdRow">
122       <table cellpadding="0" cellspacing="0" border="0">
123         <tr>
124           <td class="md" nowrap valign="top"> char <a class="el" href="classExtMode.html#o0">ExtMode::modechar</a>
125       </table>
126     </td>
127   </tr>
128 </table>
129 <table cellspacing=5 cellpadding=0 border=0>
130   <tr>
131     <td>
132       &nbsp;
133     </td>
134     <td>
135
136 <p>
137
138 <p>
139 Definition at line <a class="el" href="modules_8cpp-source.html#l00195">195</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
140 <p>
141 Referenced by <a class="el" href="modules_8cpp-source.html#l00201">ExtMode()</a>.    </td>
142   </tr>
143 </table>
144 <a name="o4" doxytag="ExtMode::needsoper"></a><p>
145 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
146   <tr>
147     <td class="mdRow">
148       <table cellpadding="0" cellspacing="0" border="0">
149         <tr>
150           <td class="md" nowrap valign="top"> bool <a class="el" href="classExtMode.html#o4">ExtMode::needsoper</a>
151       </table>
152     </td>
153   </tr>
154 </table>
155 <table cellspacing=5 cellpadding=0 border=0>
156   <tr>
157     <td>
158       &nbsp;
159     </td>
160     <td>
161
162 <p>
163
164 <p>
165 Definition at line <a class="el" href="modules_8cpp-source.html#l00199">199</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
166 <p>
167 Referenced by <a class="el" href="modules_8cpp-source.html#l00201">ExtMode()</a>.    </td>
168   </tr>
169 </table>
170 <a name="o3" doxytag="ExtMode::params_when_off"></a><p>
171 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
172   <tr>
173     <td class="mdRow">
174       <table cellpadding="0" cellspacing="0" border="0">
175         <tr>
176           <td class="md" nowrap valign="top"> int <a class="el" href="classExtMode.html#o3">ExtMode::params_when_off</a>
177       </table>
178     </td>
179   </tr>
180 </table>
181 <table cellspacing=5 cellpadding=0 border=0>
182   <tr>
183     <td>
184       &nbsp;
185     </td>
186     <td>
187
188 <p>
189
190 <p>
191 Definition at line <a class="el" href="modules_8cpp-source.html#l00198">198</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
192 <p>
193 Referenced by <a class="el" href="modules_8cpp-source.html#l00201">ExtMode()</a>.    </td>
194   </tr>
195 </table>
196 <a name="o2" doxytag="ExtMode::params_when_on"></a><p>
197 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
198   <tr>
199     <td class="mdRow">
200       <table cellpadding="0" cellspacing="0" border="0">
201         <tr>
202           <td class="md" nowrap valign="top"> int <a class="el" href="classExtMode.html#o2">ExtMode::params_when_on</a>
203       </table>
204     </td>
205   </tr>
206 </table>
207 <table cellspacing=5 cellpadding=0 border=0>
208   <tr>
209     <td>
210       &nbsp;
211     </td>
212     <td>
213
214 <p>
215
216 <p>
217 Definition at line <a class="el" href="modules_8cpp-source.html#l00197">197</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
218 <p>
219 Referenced by <a class="el" href="modules_8cpp-source.html#l00201">ExtMode()</a>.    </td>
220   </tr>
221 </table>
222 <a name="o1" doxytag="ExtMode::type"></a><p>
223 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
224   <tr>
225     <td class="mdRow">
226       <table cellpadding="0" cellspacing="0" border="0">
227         <tr>
228           <td class="md" nowrap valign="top"> int <a class="el" href="classExtMode.html#o1">ExtMode::type</a>
229       </table>
230     </td>
231   </tr>
232 </table>
233 <table cellspacing=5 cellpadding=0 border=0>
234   <tr>
235     <td>
236       &nbsp;
237     </td>
238     <td>
239
240 <p>
241
242 <p>
243 Definition at line <a class="el" href="modules_8cpp-source.html#l00196">196</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
244 <p>
245 Referenced by <a class="el" href="modules_8cpp-source.html#l00201">ExtMode()</a>.    </td>
246   </tr>
247 </table>
248 <hr>The documentation for this class was generated from the following file:<ul>
249 <li><a class="el" href="modules_8cpp-source.html">modules.cpp</a></ul>
250 <hr size="1"><address style="align: right;"><small>Generated on Tue Apr 26 17:11:48 2005 for InspIRCd by
251 <a href="http://www.doxygen.org/index.html">
252 <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
253 </a>1.3.3 </small></address>
254 </body>
255 </html>