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