<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>InspIRCd: classbase Class Reference</title>
<link href="inspircd.doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.4-20050815 -->
<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>
<h1>classbase Class Reference</h1><!-- doxytag: class="classbase" -->The base class for all inspircd classes.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="base_8h-source.html">base.h</a>&gt;</code>
<p>
Inheritance diagram for classbase:<p><center><img src="classclassbase__inherit__graph.gif" border="0" usemap="#classbase__inherit__map" alt="Inheritance graph"></center>
<map name="classbase__inherit__map">
<area href="classAdmin.html" shape="rect" coords="167,7,228,34" alt="">
<area href="classConfigReader.html" shape="rect" coords="145,58,249,84" alt="">
<area href="classConnectClass.html" shape="rect" coords="145,108,249,135" alt="">
<area href="classExtensible.html" shape="rect" coords="156,159,239,186" alt="">
<area href="classExtMode.html" shape="rect" coords="160,210,235,236" alt="">
<area href="classFileReader.html" shape="rect" coords="153,260,241,287" alt="">
<area href="classHostItem.html" shape="rect" coords="160,311,235,338" alt="">
<area href="classInvited.html" shape="rect" coords="167,362,228,388" alt="">
<area href="classModeParameter.html" shape="rect" coords="139,412,256,439" alt="">
<area href="classModule.html" shape="rect" coords="164,463,231,490" alt="">
<area href="classModuleFactory.html" shape="rect" coords="143,514,252,540" alt="">
<area href="classModuleMessage.html" shape="rect" coords="137,564,257,591" alt="">
<area href="classServer.html" shape="rect" coords="167,615,228,642" alt="">
<area href="classServerConfig.html" shape="rect" coords="147,666,248,692" alt="">
<area href="classucrec.html" shape="rect" coords="171,716,224,743" alt="">
<area href="classVersion.html" shape="rect" coords="164,767,231,794" alt="">
<area href="classXLine.html" shape="rect" coords="169,818,225,844" alt="">
</map>
<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>
<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">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<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>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor, Sets the object's time.  <a href="#classbase_28_29"></a><br></td></tr>
<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>

<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<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>

<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>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The base class for all inspircd classes. 
<p>

<p>
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>
<a class="anchor" name="classbase_28_29"></a><!-- doxytag: member="classbase::classbase" ref="classbase_28_29" args="()" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">classbase::classbase           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [inline]</code></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Constructor, Sets the object's time. 
<p>

<p>
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>.
<p>
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); }
</pre></div>
<p>
    </td>
  </tr>
</table>
<a class="anchor" name="_7Eclassbase_28_29"></a><!-- doxytag: member="classbase::~classbase" ref="_7Eclassbase_28_29" args="()" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">classbase::~classbase           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [inline]</code></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
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 { }
</pre></div>
<p>
    </td>
  </tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="age"></a><!-- doxytag: member="classbase::age" ref="age" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">time_t <a class="el" href="classclassbase.html#age">classbase::age</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Time that the object was instantiated (used for TS calculation etc). 
<p>

<p>
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>.
<p>
Referenced by <a class="el" href="base_8h-source.html#l00040">classbase()</a>.    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="base_8h-source.html">base.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 14 19:16:26 2005 for InspIRCd by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4-20050815 </small></address>
</body>
</html>