]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classclassbase.html
ccef96079bf89e910c799bd93cfc75c7b3431c14
[user/henk/code/inspircd.git] / docs / module-doc / classclassbase.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 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.doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.4.4-20050815 -->
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">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8 <h1>classbase Class Reference</h1><!-- doxytag: class="classbase" -->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="167,7,228,34" alt="">
16 <area href="classConfigReader.html" shape="rect" coords="145,58,249,84" alt="">
17 <area href="classConnectClass.html" shape="rect" coords="145,108,249,135" alt="">
18 <area href="classExtensible.html" shape="rect" coords="156,159,239,186" alt="">
19 <area href="classExtMode.html" shape="rect" coords="160,210,235,236" alt="">
20 <area href="classFileReader.html" shape="rect" coords="153,260,241,287" alt="">
21 <area href="classHostItem.html" shape="rect" coords="160,311,235,338" alt="">
22 <area href="classInvited.html" shape="rect" coords="167,362,228,388" alt="">
23 <area href="classModeParameter.html" shape="rect" coords="139,412,256,439" alt="">
24 <area href="classModule.html" shape="rect" coords="164,463,231,490" alt="">
25 <area href="classModuleFactory.html" shape="rect" coords="143,514,252,540" alt="">
26 <area href="classModuleMessage.html" shape="rect" coords="137,564,257,591" alt="">
27 <area href="classServer.html" shape="rect" coords="167,615,228,642" alt="">
28 <area href="classServerConfig.html" shape="rect" coords="147,666,248,692" alt="">
29 <area href="classucrec.html" shape="rect" coords="171,716,224,743" alt="">
30 <area href="classVersion.html" shape="rect" coords="164,767,231,794" alt="">
31 <area href="classXLine.html" shape="rect" coords="169,818,225,844" alt="">
32 </map>
33 <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>
34 <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">
35 <tr><td></td></tr>
36 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classclassbase.html#classbase_28_29">classbase</a> ()</td></tr>
38
39 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor, Sets the object's time.  <a href="#classbase_28_29"></a><br></td></tr>
40 <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classclassbase.html#_7Eclassbase_28_29">~classbase</a> ()</td></tr>
41
42 <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
43 <tr><td class="memItemLeft" nowrap align="right" valign="top">time_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classclassbase.html#age">age</a></td></tr>
44
45 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Time that the object was instantiated (used for TS calculation etc).  <a href="#age"></a><br></td></tr>
46 </table>
47 <hr><a name="_details"></a><h2>Detailed Description</h2>
48 The base class for all inspircd classes. 
49 <p>
50
51 <p>
52 Definition at line <a class="el" href="base_8h-source.html#l00030">30</a> of file <a class="el" href="base_8h-source.html">base.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
53 <a class="anchor" name="classbase_28_29"></a><!-- doxytag: member="classbase::classbase" ref="classbase_28_29" args="()" --><p>
54 <table class="mdTable" cellpadding="2" cellspacing="0">
55   <tr>
56     <td class="mdRow">
57       <table cellpadding="0" cellspacing="0" border="0">
58         <tr>
59           <td class="md" nowrap valign="top">classbase::classbase           </td>
60           <td class="md" valign="top">(&nbsp;</td>
61           <td class="mdname1" valign="top" nowrap>          </td>
62           <td class="md" valign="top">&nbsp;)&nbsp;</td>
63           <td class="md" nowrap><code> [inline]</code></td>
64         </tr>
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#l00040">40</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#l00035">age</a>.<div class="fragment"><pre class="fragment"><a name="l00040"></a>00040 { <a class="code" href="classclassbase.html#age">age</a> = time(NULL); }
84 </pre></div>
85 <p>
86     </td>
87   </tr>
88 </table>
89 <a class="anchor" name="_7Eclassbase_28_29"></a><!-- doxytag: member="classbase::~classbase" ref="_7Eclassbase_28_29" args="()" --><p>
90 <table class="mdTable" 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::~classbase           </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       </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="base_8h-source.html#l00041">41</a> of file <a class="el" href="base_8h-source.html">base.h</a>.<div class="fragment"><pre class="fragment"><a name="l00041"></a>00041 { }
116 </pre></div>
117 <p>
118     </td>
119   </tr>
120 </table>
121 <hr><h2>Member Data Documentation</h2>
122 <a class="anchor" name="age"></a><!-- doxytag: member="classbase::age" ref="age" args="" --><p>
123 <table class="mdTable" cellpadding="2" cellspacing="0">
124   <tr>
125     <td class="mdRow">
126       <table cellpadding="0" cellspacing="0" border="0">
127         <tr>
128           <td class="md" nowrap valign="top">time_t <a class="el" href="classclassbase.html#age">classbase::age</a>          </td>
129         </tr>
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#l00035">35</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#l00040">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 Thu Dec 15 11:14:17 2005 for InspIRCd by&nbsp;
154 <a href="http://www.doxygen.org/index.html">
155 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4-20050815 </small></address>
156 </body>
157 </html>