]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classVersion.html
Fixed 'fake direction' messages being put out by user->registered = 7 being set too...
[user/henk/code/inspircd.git] / docs / module-doc / classVersion.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>InspIRCd: Version Class Reference</title>
4 <link href="inspircd.doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.4.4-20050815 -->
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">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8 <h1>Version Class Reference</h1><!-- doxytag: class="Version" --><!-- doxytag: inherits="classbase" -->Holds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module.  
9 <a href="#_details">More...</a>
10 <p>
11 <code>#include &lt;<a class="el" href="modules_8h-source.html">modules.h</a>&gt;</code>
12 <p>
13 Inheritance diagram for Version:<p><center><img src="classVersion__inherit__graph.gif" border="0" usemap="#Version__inherit__map" alt="Inheritance graph"></center>
14 <map name="Version__inherit__map">
15 <area href="classclassbase.html" shape="rect" coords="7,7,87,34" alt="">
16 </map>
17 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for Version:<p><center><img src="classVersion__coll__graph.gif" border="0" usemap="#Version__coll__map" alt="Collaboration graph"></center>
18 <map name="Version__coll__map">
19 <area href="classclassbase.html" shape="rect" coords="7,97,87,124" alt="">
20 </map>
21 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classVersion-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
22 <tr><td></td></tr>
23 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
24 <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVersion.html#Version_28int_20major_2C_20int_20minor_2C_20int_20revision_2C_20int_20build_2C_20int_20flags_29">Version</a> (int major, int minor, int revision, int build, int flags)</td></tr>
25
26 <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
27 <tr><td class="memItemLeft" nowrap align="right" valign="top">const int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVersion.html#Major">Major</a></td></tr>
28
29 <tr><td class="memItemLeft" nowrap align="right" valign="top">const int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVersion.html#Minor">Minor</a></td></tr>
30
31 <tr><td class="memItemLeft" nowrap align="right" valign="top">const int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVersion.html#Revision">Revision</a></td></tr>
32
33 <tr><td class="memItemLeft" nowrap align="right" valign="top">const int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVersion.html#Build">Build</a></td></tr>
34
35 <tr><td class="memItemLeft" nowrap align="right" valign="top">const int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVersion.html#Flags">Flags</a></td></tr>
36
37 </table>
38 <hr><a name="_details"></a><h2>Detailed Description</h2>
39 Holds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module. 
40 <p>
41 A class of type Version is returned by the GetVersion method of the <a class="el" href="classModule.html">Module</a> class.
42 <p>
43
44 <p>
45 Definition at line <a class="el" href="modules_8h-source.html#l00112">112</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
46 <a class="anchor" name="Version_28int_20major_2C_20int_20minor_2C_20int_20revision_2C_20int_20build_2C_20int_20flags_29"></a><!-- doxytag: member="Version::Version" ref="Version_28int_20major_2C_20int_20minor_2C_20int_20revision_2C_20int_20build_2C_20int_20flags_29" args="(int major, int minor, int revision, int build, int flags)" --><p>
47 <table class="mdTable" cellpadding="2" cellspacing="0">
48   <tr>
49     <td class="mdRow">
50       <table cellpadding="0" cellspacing="0" border="0">
51         <tr>
52           <td class="md" nowrap valign="top">Version::Version           </td>
53           <td class="md" valign="top">(&nbsp;</td>
54           <td class="md" nowrap valign="top">int&nbsp;</td>
55           <td class="mdname" nowrap> <em>major</em>, </td>
56         </tr>
57         <tr>
58           <td class="md" nowrap align="right"></td>
59           <td class="md"></td>
60           <td class="md" nowrap>int&nbsp;</td>
61           <td class="mdname" nowrap> <em>minor</em>, </td>
62         </tr>
63         <tr>
64           <td class="md" nowrap align="right"></td>
65           <td class="md"></td>
66           <td class="md" nowrap>int&nbsp;</td>
67           <td class="mdname" nowrap> <em>revision</em>, </td>
68         </tr>
69         <tr>
70           <td class="md" nowrap align="right"></td>
71           <td class="md"></td>
72           <td class="md" nowrap>int&nbsp;</td>
73           <td class="mdname" nowrap> <em>build</em>, </td>
74         </tr>
75         <tr>
76           <td class="md" nowrap align="right"></td>
77           <td class="md"></td>
78           <td class="md" nowrap>int&nbsp;</td>
79           <td class="mdname" nowrap> <em>flags</em></td>
80         </tr>
81         <tr>
82           <td class="md"></td>
83           <td class="md">)&nbsp;</td>
84           <td class="md" colspan="2"></td>
85         </tr>
86       </table>
87     </td>
88   </tr>
89 </table>
90 <table cellspacing="5" cellpadding="0" border="0">
91   <tr>
92     <td>
93       &nbsp;
94     </td>
95     <td>
96
97 <p>
98
99 <p>
100 Definition at line <a class="el" href="modules_8cpp-source.html#l00246">246</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00246"></a>00246 : <a class="code" href="classVersion.html#Major">Major</a>(major), <a class="code" href="classVersion.html#Minor">Minor</a>(minor), <a class="code" href="classVersion.html#Revision">Revision</a>(revision), <a class="code" href="classVersion.html#Build">Build</a>(build), <a class="code" href="classVersion.html#Flags">Flags</a>(flags) { };
101 </pre></div>
102 <p>
103     </td>
104   </tr>
105 </table>
106 <hr><h2>Member Data Documentation</h2>
107 <a class="anchor" name="Build"></a><!-- doxytag: member="Version::Build" ref="Build" args="" --><p>
108 <table class="mdTable" cellpadding="2" cellspacing="0">
109   <tr>
110     <td class="mdRow">
111       <table cellpadding="0" cellspacing="0" border="0">
112         <tr>
113           <td class="md" nowrap valign="top">const int <a class="el" href="classVersion.html#Build">Version::Build</a>          </td>
114         </tr>
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_8h-source.html#l00115">115</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
130   </tr>
131 </table>
132 <a class="anchor" name="Flags"></a><!-- doxytag: member="Version::Flags" ref="Flags" args="" --><p>
133 <table class="mdTable" cellpadding="2" cellspacing="0">
134   <tr>
135     <td class="mdRow">
136       <table cellpadding="0" cellspacing="0" border="0">
137         <tr>
138           <td class="md" nowrap valign="top">const int <a class="el" href="classVersion.html#Flags">Version::Flags</a>          </td>
139         </tr>
140       </table>
141     </td>
142   </tr>
143 </table>
144 <table cellspacing="5" cellpadding="0" border="0">
145   <tr>
146     <td>
147       &nbsp;
148     </td>
149     <td>
150
151 <p>
152
153 <p>
154 Definition at line <a class="el" href="modules_8h-source.html#l00115">115</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
155   </tr>
156 </table>
157 <a class="anchor" name="Major"></a><!-- doxytag: member="Version::Major" ref="Major" args="" --><p>
158 <table class="mdTable" cellpadding="2" cellspacing="0">
159   <tr>
160     <td class="mdRow">
161       <table cellpadding="0" cellspacing="0" border="0">
162         <tr>
163           <td class="md" nowrap valign="top">const int <a class="el" href="classVersion.html#Major">Version::Major</a>          </td>
164         </tr>
165       </table>
166     </td>
167   </tr>
168 </table>
169 <table cellspacing="5" cellpadding="0" border="0">
170   <tr>
171     <td>
172       &nbsp;
173     </td>
174     <td>
175
176 <p>
177
178 <p>
179 Definition at line <a class="el" href="modules_8h-source.html#l00115">115</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
180   </tr>
181 </table>
182 <a class="anchor" name="Minor"></a><!-- doxytag: member="Version::Minor" ref="Minor" args="" --><p>
183 <table class="mdTable" cellpadding="2" cellspacing="0">
184   <tr>
185     <td class="mdRow">
186       <table cellpadding="0" cellspacing="0" border="0">
187         <tr>
188           <td class="md" nowrap valign="top">const int <a class="el" href="classVersion.html#Minor">Version::Minor</a>          </td>
189         </tr>
190       </table>
191     </td>
192   </tr>
193 </table>
194 <table cellspacing="5" cellpadding="0" border="0">
195   <tr>
196     <td>
197       &nbsp;
198     </td>
199     <td>
200
201 <p>
202
203 <p>
204 Definition at line <a class="el" href="modules_8h-source.html#l00115">115</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
205   </tr>
206 </table>
207 <a class="anchor" name="Revision"></a><!-- doxytag: member="Version::Revision" ref="Revision" args="" --><p>
208 <table class="mdTable" cellpadding="2" cellspacing="0">
209   <tr>
210     <td class="mdRow">
211       <table cellpadding="0" cellspacing="0" border="0">
212         <tr>
213           <td class="md" nowrap valign="top">const int <a class="el" href="classVersion.html#Revision">Version::Revision</a>          </td>
214         </tr>
215       </table>
216     </td>
217   </tr>
218 </table>
219 <table cellspacing="5" cellpadding="0" border="0">
220   <tr>
221     <td>
222       &nbsp;
223     </td>
224     <td>
225
226 <p>
227
228 <p>
229 Definition at line <a class="el" href="modules_8h-source.html#l00115">115</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
230   </tr>
231 </table>
232 <hr>The documentation for this class was generated from the following files:<ul>
233 <li><a class="el" href="modules_8h-source.html">modules.h</a><li><a class="el" href="modules_8cpp-source.html">modules.cpp</a></ul>
234 <hr size="1"><address style="align: right;"><small>Generated on Sun Nov 27 01:43:26 2005 for InspIRCd by&nbsp;
235 <a href="http://www.doxygen.org/index.html">
236 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4-20050815 </small></address>
237 </body>
238 </html>