]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classclassbase.html
Documentation update
[user/henk/code/inspircd.git] / docs / module-doc / classclassbase.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>classbase class Reference</title>
4 <link href="inspircd.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="namespaces.html">Namespace List</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>classbase Class Reference</h1>The base class for all inspircd classes. 
10 <a href="#_details">More...</a>
11 <p>
12 <code>#include &lt;<a class="el" href="base_8h-source.html">base.h</a>&gt;</code>
13 <p>
14 Inheritance diagram for classbase:<p><center><img src="classclassbase__inherit__graph.gif" border="0" usemap="#classbase__inherit__map" alt="Inheritance graph"></center>
15 <map name="classbase__inherit__map">
16 <area href="classAdmin.html" shape="rect" coords="163,5,211,27" alt="">
17 <area href="classchanrec.html" shape="rect" coords="157,51,216,72" alt="">
18 <area href="classcommand__t.html" shape="rect" coords="148,96,225,117" alt="">
19 <area href="classConfigReader.html" shape="rect" coords="141,141,232,163" alt="">
20 <area href="classConnectClass.html" shape="rect" coords="143,187,231,208" alt="">
21 <area href="classconnection.html" shape="rect" coords="152,232,221,253" alt="">
22 <area href="classExtMode.html" shape="rect" coords="157,277,216,299" alt="">
23 <area href="classFileReader.html" shape="rect" coords="149,323,224,344" alt="">
24 <area href="classHostItem.html" shape="rect" coords="157,368,216,389" alt="">
25 <area href="classInvited.html" shape="rect" coords="164,413,209,435" alt="">
26 <area href="classircd__connector.html" shape="rect" coords="139,459,235,480" alt="">
27 <area href="classModeParameter.html" shape="rect" coords="135,504,239,525" alt="">
28 <area href="classModule.html" shape="rect" coords="161,549,212,571" alt="">
29 <area href="classModuleFactory.html" shape="rect" coords="140,595,233,616" alt="">
30 <area href="classpacket.html" shape="rect" coords="161,640,212,661" alt="">
31 <area href="classServer.html" shape="rect" coords="161,685,212,707" alt="">
32 <area href="classucrec.html" shape="rect" coords="164,731,209,752" alt="">
33 <area href="classVersion.html" shape="rect" coords="160,776,213,797" alt="">
34 </map>
35 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for classbase:<p><center><img src="classclassbase__coll__graph.gif" border="0" usemap="#classbase__coll__map" alt="Collaboration graph"></center>
36 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classclassbase-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
37 <tr><td></td></tr>
38 <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
39 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classclassbase.html#a0">classbase</a> ()</td></tr>
40 <tr><td>&nbsp;</td><td><font size=-1><em>Constructor, Sets the object's time.</em> <a href="#a0"></a><em></em></font><br><br></td></tr>
41 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classclassbase.html#a1">~classbase</a> ()</td></tr>
42 <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
43 <tr><td nowrap align=right valign=top>time_t&nbsp;</td><td valign=bottom><a class="el" href="classclassbase.html#m0">age</a></td></tr>
44 <tr><td>&nbsp;</td><td><font size=-1><em>Time that the object was instantiated (used for TS calculation etc).</em> <a href="#m0"></a><em></em></font><br><br></td></tr>
45 </table>
46 <hr><a name="_details"></a><h2>Detailed Description</h2>
47 The base class for all inspircd classes.
48 <p>
49
50 <p>
51 Definition at line <a class="el" href="base_8h-source.html#l00015">15</a> of file <a class="el" href="base_8h-source.html">base.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
52 <a name="a0" doxytag="classbase::classbase"></a><p>
53 <table width="100%" cellpadding="2" cellspacing="0" border="0">
54   <tr>
55     <td class="md">
56       <table cellpadding="0" cellspacing="0" border="0">
57         <tr>
58           <td class="md" nowrap valign="top"> classbase::classbase </td>
59           <td class="md" valign="top">(&nbsp;</td>
60           <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
61           <td class="md" valign="top">)&nbsp;</td>
62           <td class="md" nowrap><code> [inline]</code></td>
63         </tr>
64
65       </table>
66     </td>
67   </tr>
68 </table>
69 <table cellspacing=5 cellpadding=0 border=0>
70   <tr>
71     <td>
72       &nbsp;
73     </td>
74     <td>
75
76 <p>
77 Constructor, Sets the object's time.
78 <p>
79
80 <p>
81 Definition at line <a class="el" href="base_8h-source.html#l00025">25</a> of file <a class="el" href="base_8h-source.html">base.h</a>.
82 <p>
83 <div class="fragment"><pre>00025 { <a class="code" href="classclassbase.html#m0">age</a> = time(NULL); }
84 </pre></div>    </td>
85   </tr>
86 </table>
87 <a name="a1" doxytag="classbase::~classbase"></a><p>
88 <table width="100%" cellpadding="2" cellspacing="0" border="0">
89   <tr>
90     <td class="md">
91       <table cellpadding="0" cellspacing="0" border="0">
92         <tr>
93           <td class="md" nowrap valign="top"> classbase::~classbase </td>
94           <td class="md" valign="top">(&nbsp;</td>
95           <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
96           <td class="md" valign="top">)&nbsp;</td>
97           <td class="md" nowrap><code> [inline]</code></td>
98         </tr>
99
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="base_8h-source.html#l00026">26</a> of file <a class="el" href="base_8h-source.html">base.h</a>.
115 <p>
116 <div class="fragment"><pre>00026 { }
117 </pre></div>    </td>
118   </tr>
119 </table>
120 <hr><h2>Member Data Documentation</h2>
121 <a name="m0" doxytag="classbase::age"></a><p>
122 <table width="100%" cellpadding="2" cellspacing="0" border="0">
123   <tr>
124     <td class="md">
125       <table cellpadding="0" cellspacing="0" border="0">
126         <tr>
127           <td class="md" nowrap valign="top"> time_t classbase::age
128       </table>
129     </td>
130   </tr>
131 </table>
132 <table cellspacing=5 cellpadding=0 border=0>
133   <tr>
134     <td>
135       &nbsp;
136     </td>
137     <td>
138
139 <p>
140 Time that the object was instantiated (used for TS calculation etc).
141 <p>
142
143 <p>
144 Definition at line <a class="el" href="base_8h-source.html#l00020">20</a> of file <a class="el" href="base_8h-source.html">base.h</a>.    </td>
145   </tr>
146 </table>
147 <hr>The documentation for this class was generated from the following file:<ul>
148 <li><a class="el" href="base_8h-source.html">base.h</a></ul>
149 <hr><address style="align: right;"><small>Generated on Mon Apr 19 02:34:40 2004 for InspIRCd by
150 <a href="http://www.doxygen.org/index.html">
151 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
152 width=110 height=53></a>1.3-rc3 </small></address>
153 </body>
154 </html>