mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@776 e03df62e-2008-0410-955e-edbf42e46eb7
153 lines
7.0 KiB
HTML
153 lines
7.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
|
<title>classbase class Reference</title>
|
|
<link href="inspircd.css" rel="stylesheet" type="text/css">
|
|
</head><body>
|
|
<!-- Generated by Doxygen 1.3-rc3 -->
|
|
<center>
|
|
<a class="qindex" href="main.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="classes.html">Alphabetical List</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
|
<hr><h1>classbase Class Reference</h1>The base class for all inspircd classes.
|
|
<a href="#_details">More...</a>
|
|
<p>
|
|
<code>#include <<a class="el" href="base_8h-source.html">base.h</a>></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="163,5,211,26" alt="">
|
|
<area href="classConfigReader.html" shape="rect" coords="141,50,232,72" alt="">
|
|
<area href="classConnectClass.html" shape="rect" coords="143,96,231,117" alt="">
|
|
<area href="classExtensible.html" shape="rect" coords="152,141,221,162" alt="">
|
|
<area href="classExtMode.html" shape="rect" coords="157,186,216,208" alt="">
|
|
<area href="classFileReader.html" shape="rect" coords="149,232,224,253" alt="">
|
|
<area href="classHostItem.html" shape="rect" coords="157,277,216,298" alt="">
|
|
<area href="classInvited.html" shape="rect" coords="164,322,209,344" alt="">
|
|
<area href="classModeParameter.html" shape="rect" coords="135,368,239,389" alt="">
|
|
<area href="classModule.html" shape="rect" coords="161,413,212,434" alt="">
|
|
<area href="classModuleFactory.html" shape="rect" coords="140,458,233,480" alt="">
|
|
<area href="classpacket.html" shape="rect" coords="161,504,212,525" alt="">
|
|
<area href="classServer.html" shape="rect" coords="161,549,212,570" alt="">
|
|
<area href="classucrec.html" shape="rect" coords="164,594,209,616" alt="">
|
|
<area href="classVersion.html" shape="rect" coords="160,640,213,661" alt="">
|
|
<area href="classXLine.html" shape="rect" coords="165,685,208,706" 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 nowrap align=right valign=top> </td><td valign=bottom><a class="el" href="classclassbase.html#a0">classbase</a> ()</td></tr>
|
|
<tr><td> </td><td><font size=-1><em>Constructor, Sets the object's time.</em> <a href="#a0"></a><em></em></font><br><br></td></tr>
|
|
<tr><td nowrap align=right valign=top> </td><td valign=bottom><a class="el" href="classclassbase.html#a1">~classbase</a> ()</td></tr>
|
|
<tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
|
|
<tr><td nowrap align=right valign=top>time_t </td><td valign=bottom><a class="el" href="classclassbase.html#m0">age</a></td></tr>
|
|
<tr><td> </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>
|
|
</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#l00017">17</a> of file <a class="el" href="base_8h-source.html">base.h</a>.<hr><h2>Constructor & Destructor Documentation</h2>
|
|
<a name="a0" doxytag="classbase::classbase"></a><p>
|
|
<table width="100%" cellpadding="2" cellspacing="0" border="0">
|
|
<tr>
|
|
<td class="md">
|
|
<table cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td class="md" nowrap valign="top"> classbase::classbase </td>
|
|
<td class="md" valign="top">( </td>
|
|
<td class="mdname1" valign="top" nowrap> </td>
|
|
<td class="md" valign="top">) </td>
|
|
<td class="md" nowrap><code> [inline]</code></td>
|
|
</tr>
|
|
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table cellspacing=5 cellpadding=0 border=0>
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
|
|
<p>
|
|
Constructor, Sets the object's time.
|
|
<p>
|
|
|
|
<p>
|
|
Definition at line <a class="el" href="base_8h-source.html#l00027">27</a> of file <a class="el" href="base_8h-source.html">base.h</a>.
|
|
<p>
|
|
<div class="fragment"><pre>00027 { <a class="code" href="classclassbase.html#m0">age</a> = time(NULL); }
|
|
</pre></div> </td>
|
|
</tr>
|
|
</table>
|
|
<a name="a1" doxytag="classbase::~classbase"></a><p>
|
|
<table width="100%" cellpadding="2" cellspacing="0" border="0">
|
|
<tr>
|
|
<td class="md">
|
|
<table cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td class="md" nowrap valign="top"> classbase::~classbase </td>
|
|
<td class="md" valign="top">( </td>
|
|
<td class="mdname1" valign="top" nowrap> </td>
|
|
<td class="md" valign="top">) </td>
|
|
<td class="md" nowrap><code> [inline]</code></td>
|
|
</tr>
|
|
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table cellspacing=5 cellpadding=0 border=0>
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
|
|
<p>
|
|
|
|
<p>
|
|
Definition at line <a class="el" href="base_8h-source.html#l00028">28</a> of file <a class="el" href="base_8h-source.html">base.h</a>.
|
|
<p>
|
|
<div class="fragment"><pre>00028 { }
|
|
</pre></div> </td>
|
|
</tr>
|
|
</table>
|
|
<hr><h2>Member Data Documentation</h2>
|
|
<a name="m0" doxytag="classbase::age"></a><p>
|
|
<table width="100%" cellpadding="2" cellspacing="0" border="0">
|
|
<tr>
|
|
<td class="md">
|
|
<table cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td class="md" nowrap valign="top"> time_t classbase::age
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table cellspacing=5 cellpadding=0 border=0>
|
|
<tr>
|
|
<td>
|
|
|
|
</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#l00022">22</a> of file <a class="el" href="base_8h-source.html">base.h</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><address style="align: right;"><small>Generated on Sun May 2 00:09:31 2004 for InspIRCd by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border=0
|
|
width=110 height=53></a>1.3-rc3 </small></address>
|
|
</body>
|
|
</html>
|