]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classVersion.html
bb853c74a193ca2f0850cd3a42e8bb5465f83e69
[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-rc2 -->
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 <a href="classVersion-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
15 <tr><td></td></tr>
16 <tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
17 <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>
18 <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
19 <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>
20 <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>
21 <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>
22 <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>
23 </table>
24 <hr><a name="_details"></a><h2>Detailed Description</h2>
25 Holds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module.
26 <p>
27 A class of type Version is returned by the GetVersion method of the <a class="el" href="classModule.html">Module</a> class. 
28 <p>
29
30 <p>
31 Definition at line <a class="el" href="modules_8h-source.html#l00060">60</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
32 <a name="a0" doxytag="Version::Version"></a><p>
33 <table width="100%" cellpadding="2" cellspacing="0" border="0">
34   <tr>
35     <td class="md">
36       <table cellpadding="0" cellspacing="0" border="0">
37         <tr>
38           <td class="md" nowrap valign="top"> Version::Version </td>
39           <td class="md" valign="top">(&nbsp;</td>
40           <td class="md" nowrap valign="top">int&nbsp;</td>
41           <td class="mdname" nowrap>&nbsp; <em>major</em>, </td>
42         </tr>
43         <tr>
44           <td></td>
45           <td></td>
46           <td class="md" nowrap>int&nbsp;</td>
47           <td class="mdname" nowrap>&nbsp; <em>minor</em>, </td>
48         </tr>
49         <tr>
50           <td></td>
51           <td></td>
52           <td class="md" nowrap>int&nbsp;</td>
53           <td class="mdname" nowrap>&nbsp; <em>revision</em>, </td>
54         </tr>
55         <tr>
56           <td></td>
57           <td></td>
58           <td class="md" nowrap>int&nbsp;</td>
59           <td class="mdname" nowrap>&nbsp; <em>build</em></td>
60         </tr>
61         <tr>
62           <td></td>
63           <td class="md">)&nbsp;</td>
64           <td class="md" colspan="2"></td>
65         </tr>
66
67       </table>
68     </td>
69   </tr>
70 </table>
71 <table cellspacing=5 cellpadding=0 border=0>
72   <tr>
73     <td>
74       &nbsp;
75     </td>
76     <td>
77
78 <p>
79
80 <p>
81 Definition at line <a class="el" href="modules_8cpp-source.html#l00032">32</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
82 <p>
83 <div class="fragment"><pre>00032 : <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) { };
84 </pre></div>    </td>
85   </tr>
86 </table>
87 <hr><h2>Member Data Documentation</h2>
88 <a name="m3" doxytag="Version::Build"></a><p>
89 <table width="100%" cellpadding="2" cellspacing="0" border="0">
90   <tr>
91     <td class="md">
92       <table cellpadding="0" cellspacing="0" border="0">
93         <tr>
94           <td class="md" nowrap valign="top"> const int Version::Build
95       </table>
96     </td>
97   </tr>
98 </table>
99 <table cellspacing=5 cellpadding=0 border=0>
100   <tr>
101     <td>
102       &nbsp;
103     </td>
104     <td>
105
106 <p>
107
108 <p>
109 Definition at line <a class="el" href="modules_8h-source.html#l00063">63</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
110   </tr>
111 </table>
112 <a name="m0" doxytag="Version::Major"></a><p>
113 <table width="100%" cellpadding="2" cellspacing="0" border="0">
114   <tr>
115     <td class="md">
116       <table cellpadding="0" cellspacing="0" border="0">
117         <tr>
118           <td class="md" nowrap valign="top"> const int Version::Major
119       </table>
120     </td>
121   </tr>
122 </table>
123 <table cellspacing=5 cellpadding=0 border=0>
124   <tr>
125     <td>
126       &nbsp;
127     </td>
128     <td>
129
130 <p>
131
132 <p>
133 Definition at line <a class="el" href="modules_8h-source.html#l00063">63</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
134   </tr>
135 </table>
136 <a name="m1" doxytag="Version::Minor"></a><p>
137 <table width="100%" cellpadding="2" cellspacing="0" border="0">
138   <tr>
139     <td class="md">
140       <table cellpadding="0" cellspacing="0" border="0">
141         <tr>
142           <td class="md" nowrap valign="top"> const int Version::Minor
143       </table>
144     </td>
145   </tr>
146 </table>
147 <table cellspacing=5 cellpadding=0 border=0>
148   <tr>
149     <td>
150       &nbsp;
151     </td>
152     <td>
153
154 <p>
155
156 <p>
157 Definition at line <a class="el" href="modules_8h-source.html#l00063">63</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
158   </tr>
159 </table>
160 <a name="m2" doxytag="Version::Revision"></a><p>
161 <table width="100%" cellpadding="2" cellspacing="0" border="0">
162   <tr>
163     <td class="md">
164       <table cellpadding="0" cellspacing="0" border="0">
165         <tr>
166           <td class="md" nowrap valign="top"> const int Version::Revision
167       </table>
168     </td>
169   </tr>
170 </table>
171 <table cellspacing=5 cellpadding=0 border=0>
172   <tr>
173     <td>
174       &nbsp;
175     </td>
176     <td>
177
178 <p>
179
180 <p>
181 Definition at line <a class="el" href="modules_8h-source.html#l00063">63</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
182   </tr>
183 </table>
184 <hr>The documentation for this class was generated from the following files:<ul>
185 <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>
186 <hr><address style="align: right;"><small>Generated on Thu Jan 23 20:29:00 2003 for InspIRCd by
187 <a href="http://www.doxygen.org/index.html">
188 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
189 width=110 height=53></a>1.3-rc2 </small></address>
190 </body>
191 </html>