]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classVersion.html
Updated docs
[user/henk/code/inspircd.git] / docs / module-doc / classVersion.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>Version class Reference</title>
4 <link href="doxygen.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="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>Version Class Reference</h1>Holds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module. 
10 <a href="#_details">More...</a>
11 <p>
12 <code>#include &lt;<a class="el" href="modules_8h-source.html">modules.h</a>&gt;</code>
13 <p>
14 Inheritance diagram for Version:<p><center><img src="classVersion__inherit__graph.gif" border="0" usemap="#Version__inherit__map" alt="Inheritance graph"></center>
15 <map name="Version__inherit__map">
16 <area href="classclassbase.html" shape="rect" coords="7,16,73,37" alt="">
17 </map>
18 <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>
19 <map name="Version__coll__map">
20 <area href="classclassbase.html" shape="rect" coords="7,107,73,128" alt="">
21 </map>
22 <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>
23 <tr><td></td></tr>
24 <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
25 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classVersion.html#a0">Version</a> (int major, int minor, int revision, int build)</td></tr>
26 <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
27 <tr><td nowrap align=right valign=top>const int&nbsp;</td><td valign=bottom><a class="el" href="classVersion.html#m0">Major</a></td></tr>
28 <tr><td nowrap align=right valign=top>const int&nbsp;</td><td valign=bottom><a class="el" href="classVersion.html#m1">Minor</a></td></tr>
29 <tr><td nowrap align=right valign=top>const int&nbsp;</td><td valign=bottom><a class="el" href="classVersion.html#m2">Revision</a></td></tr>
30 <tr><td nowrap align=right valign=top>const int&nbsp;</td><td valign=bottom><a class="el" href="classVersion.html#m3">Build</a></td></tr>
31 </table>
32 <hr><a name="_details"></a><h2>Detailed Description</h2>
33 Holds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module.
34 <p>
35 A class of type Version is returned by the GetVersion method of the <a class="el" href="classModule.html">Module</a> class. 
36 <p>
37
38 <p>
39 Definition at line <a class="el" href="modules_8h-source.html#l00040">40</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
40 <a name="a0" doxytag="Version::Version"></a><p>
41 <table width="100%" cellpadding="2" cellspacing="0" border="0">
42   <tr>
43     <td class="md">
44       <table cellpadding="0" cellspacing="0" border="0">
45         <tr>
46           <td class="md" nowrap valign="top"> Version::Version </td>
47           <td class="md" valign="top">(&nbsp;</td>
48           <td class="md" nowrap valign="top">int&nbsp;</td>
49           <td class="mdname" nowrap>&nbsp; <em>major</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>minor</em>, </td>
56         </tr>
57         <tr>
58           <td></td>
59           <td></td>
60           <td class="md" nowrap>int&nbsp;</td>
61           <td class="mdname" nowrap>&nbsp; <em>revision</em>, </td>
62         </tr>
63         <tr>
64           <td></td>
65           <td></td>
66           <td class="md" nowrap>int&nbsp;</td>
67           <td class="mdname" nowrap>&nbsp; <em>build</em></td>
68         </tr>
69         <tr>
70           <td></td>
71           <td class="md">)&nbsp;</td>
72           <td class="md" colspan="2"></td>
73         </tr>
74
75       </table>
76     </td>
77   </tr>
78 </table>
79 <table cellspacing=5 cellpadding=0 border=0>
80   <tr>
81     <td>
82       &nbsp;
83     </td>
84     <td>
85
86 <p>
87
88 <p>
89 Definition at line <a class="el" href="modules_8cpp-source.html#l00016">16</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
90 <p>
91 <div class="fragment"><pre>00016 : <a class="code" href="classVersion.html#m0">Major</a>(major), <a class="code" href="classVersion.html#m1">Minor</a>(minor), <a class="code" href="classVersion.html#m2">Revision</a>(revision), <a class="code" href="classVersion.html#m3">Build</a>(build) { };
92 </pre></div>    </td>
93   </tr>
94 </table>
95 <hr><h2>Member Data Documentation</h2>
96 <a name="m3" doxytag="Version::Build"></a><p>
97 <table width="100%" cellpadding="2" cellspacing="0" border="0">
98   <tr>
99     <td class="md">
100       <table cellpadding="0" cellspacing="0" border="0">
101         <tr>
102           <td class="md" nowrap valign="top"> const int Version::Build
103       </table>
104     </td>
105   </tr>
106 </table>
107 <table cellspacing=5 cellpadding=0 border=0>
108   <tr>
109     <td>
110       &nbsp;
111     </td>
112     <td>
113
114 <p>
115
116 <p>
117 Definition at line <a class="el" href="modules_8h-source.html#l00043">43</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
118   </tr>
119 </table>
120 <a name="m0" doxytag="Version::Major"></a><p>
121 <table width="100%" cellpadding="2" cellspacing="0" border="0">
122   <tr>
123     <td class="md">
124       <table cellpadding="0" cellspacing="0" border="0">
125         <tr>
126           <td class="md" nowrap valign="top"> const int Version::Major
127       </table>
128     </td>
129   </tr>
130 </table>
131 <table cellspacing=5 cellpadding=0 border=0>
132   <tr>
133     <td>
134       &nbsp;
135     </td>
136     <td>
137
138 <p>
139
140 <p>
141 Definition at line <a class="el" href="modules_8h-source.html#l00043">43</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
142   </tr>
143 </table>
144 <a name="m1" doxytag="Version::Minor"></a><p>
145 <table width="100%" cellpadding="2" cellspacing="0" border="0">
146   <tr>
147     <td class="md">
148       <table cellpadding="0" cellspacing="0" border="0">
149         <tr>
150           <td class="md" nowrap valign="top"> const int Version::Minor
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_8h-source.html#l00043">43</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
166   </tr>
167 </table>
168 <a name="m2" doxytag="Version::Revision"></a><p>
169 <table width="100%" cellpadding="2" cellspacing="0" border="0">
170   <tr>
171     <td class="md">
172       <table cellpadding="0" cellspacing="0" border="0">
173         <tr>
174           <td class="md" nowrap valign="top"> const int Version::Revision
175       </table>
176     </td>
177   </tr>
178 </table>
179 <table cellspacing=5 cellpadding=0 border=0>
180   <tr>
181     <td>
182       &nbsp;
183     </td>
184     <td>
185
186 <p>
187
188 <p>
189 Definition at line <a class="el" href="modules_8h-source.html#l00043">43</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
190   </tr>
191 </table>
192 <hr>The documentation for this class was generated from the following files:<ul>
193 <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>
194 <hr><address style="align: right;"><small>Generated on Sun Mar 30 19:36:38 2003 for InspIRCd by
195 <a href="http://www.doxygen.org/index.html">
196 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
197 width=110 height=53></a>1.3-rc3 </small></address>
198 </body>
199 </html>