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