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