]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classclassbase.html
73849bdfe17f32457027897ae748f2a6d9e70233
[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>InspIRCd: classbase 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>classbase Class Reference</h1>The base class for all inspircd classes.  
9 <a href="#_details">More...</a>
10 <p>
11 <code>#include &lt;<a class="el" href="base_8h-source.html">base.h</a>&gt;</code>
12 <p>
13 Inheritance diagram for classbase:<p><center><img src="classclassbase__inherit__graph.gif" border="0" usemap="#classbase__inherit__map" alt="Inheritance graph"></center>
14 <map name="classbase__inherit__map">
15 <area href="classAdmin.html" shape="rect" coords="168,8,229,34" alt="">
16 <area href="classConfigReader.html" shape="rect" coords="146,58,250,85" alt="">
17 <area href="classConnectClass.html" shape="rect" coords="146,109,250,136" alt="">
18 <area href="classExtensible.html" shape="rect" coords="157,160,240,186" alt="">
19 <area href="classExtMode.html" shape="rect" coords="161,210,236,237" alt="">
20 <area href="classFileReader.html" shape="rect" coords="154,261,242,288" alt="">
21 <area href="classHostItem.html" shape="rect" coords="161,312,236,338" alt="">
22 <area href="classInvited.html" shape="rect" coords="168,362,229,389" alt="">
23 <area href="classModeParameter.html" shape="rect" coords="140,413,257,440" alt="">
24 <area href="classModule.html" shape="rect" coords="165,464,232,490" alt="">
25 <area href="classModuleFactory.html" shape="rect" coords="144,514,253,541" alt="">
26 <area href="classModuleMessage.html" shape="rect" coords="138,565,258,592" alt="">
27 <area href="classServer.html" shape="rect" coords="168,616,229,642" alt="">
28 <area href="classucrec.html" shape="rect" coords="172,666,225,693" alt="">
29 <area href="classVersion.html" shape="rect" coords="165,717,232,744" alt="">
30 <area href="classXLine.html" shape="rect" coords="170,768,226,794" alt="">
31 </map>
32 <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>
33 <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>
34 <tr><td></td></tr>
35 <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
36 <tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classclassbase.html#a0">classbase</a> ()</td></tr>
37
38 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor, Sets the object's time. </em> <a href="#a0"></a><em><br><br></td></tr>
39 <tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classclassbase.html#a1">~classbase</a> ()</td></tr>
40
41 <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
42 <tr><td class="memItemLeft" nowrap align=right valign=top>time_t&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classclassbase.html#o0">age</a></td></tr>
43
44 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Time that the object was instantiated (used for TS calculation etc). </em> <a href="#o0"></a><em><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#l00029">29</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 class="mdTable" width="100%" cellpadding="2" cellspacing="0">
54   <tr>
55     <td class="mdRow">
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>          </td>
61           <td class="md" valign="top">&nbsp;)&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#l00039">39</a> of file <a class="el" href="base_8h-source.html">base.h</a>.
82 <p>
83 References <a class="el" href="base_8h-source.html#l00034">age</a>.
84 <p>
85 <div class="fragment"><pre>00039 { <a class="code" href="classclassbase.html#o0">age</a> = time(NULL); }
86 </pre></div>    </td>
87   </tr>
88 </table>
89 <a name="a1" doxytag="classbase::~classbase"></a><p>
90 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
91   <tr>
92     <td class="mdRow">
93       <table cellpadding="0" cellspacing="0" border="0">
94         <tr>
95           <td class="md" nowrap valign="top"> classbase::~<a class="el" href="classclassbase.html">classbase</a> </td>
96           <td class="md" valign="top">(&nbsp;</td>
97           <td class="mdname1" valign="top" nowrap>          </td>
98           <td class="md" valign="top">&nbsp;)&nbsp;</td>
99           <td class="md" nowrap><code> [inline]</code></td>
100         </tr>
101
102       </table>
103     </td>
104   </tr>
105 </table>
106 <table cellspacing=5 cellpadding=0 border=0>
107   <tr>
108     <td>
109       &nbsp;
110     </td>
111     <td>
112
113 <p>
114
115 <p>
116 Definition at line <a class="el" href="base_8h-source.html#l00040">40</a> of file <a class="el" href="base_8h-source.html">base.h</a>.
117 <p>
118 <div class="fragment"><pre>00040 { }
119 </pre></div>    </td>
120   </tr>
121 </table>
122 <hr><h2>Member Data Documentation</h2>
123 <a name="o0" doxytag="classbase::age"></a><p>
124 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
125   <tr>
126     <td class="mdRow">
127       <table cellpadding="0" cellspacing="0" border="0">
128         <tr>
129           <td class="md" nowrap valign="top"> time_t <a class="el" href="classclassbase.html#o0">classbase::age</a>
130       </table>
131     </td>
132   </tr>
133 </table>
134 <table cellspacing=5 cellpadding=0 border=0>
135   <tr>
136     <td>
137       &nbsp;
138     </td>
139     <td>
140
141 <p>
142 Time that the object was instantiated (used for TS calculation etc). 
143 <p>
144
145 <p>
146 Definition at line <a class="el" href="base_8h-source.html#l00034">34</a> of file <a class="el" href="base_8h-source.html">base.h</a>.
147 <p>
148 Referenced by <a class="el" href="base_8h-source.html#l00039">classbase()</a>.    </td>
149   </tr>
150 </table>
151 <hr>The documentation for this class was generated from the following file:<ul>
152 <li><a class="el" href="base_8h-source.html">base.h</a></ul>
153 <hr size="1"><address style="align: right;"><small>Generated on Fri May 13 01:59:29 2005 for InspIRCd by
154 <a href="http://www.doxygen.org/index.html">
155 <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
156 </a>1.3.3 </small></address>
157 </body>
158 </html>