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