diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-02-09 12:49:00 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-02-09 12:49:00 +0000 |
commit | 08e384bb24398224856c44baa51b51977644de9d (patch) | |
tree | 15363f194893e4dc31b0de9fb509e52a32ad53b5 /docs/module-doc/classclassbase.html | |
parent | 1f487855a5097c65aaad4752df259b9a877ba364 (diff) |
Documentation update, 09/02/03
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@167 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/module-doc/classclassbase.html')
-rw-r--r-- | docs/module-doc/classclassbase.html | 35 |
1 files changed, 25 insertions, 10 deletions
diff --git a/docs/module-doc/classclassbase.html b/docs/module-doc/classclassbase.html index f3ef990c0..cc1c66218 100644 --- a/docs/module-doc/classclassbase.html +++ b/docs/module-doc/classclassbase.html @@ -6,7 +6,10 @@ <!-- Generated by Doxygen 1.3-rc2 --> <center> <a class="qindex" href="main.html">Main Page</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><code>#include <<a class="el" href="base_8h-source.html">base.h</a>></code> +<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> <p>Inheritance diagram for classbase: <p><center><img src="classclassbase.png" usemap="#classbase_map" border="0" alt=""></center> @@ -22,19 +25,27 @@ <area href="classInvited.html" alt="Invited" shape="rect" coords="108,504,206,528"> <area href="classModule.html" alt="Module" shape="rect" coords="108,560,206,584"> <area href="classModuleFactory.html" alt="ModuleFactory" shape="rect" coords="108,616,206,640"> -<area href="classServer.html" alt="Server" shape="rect" coords="108,672,206,696"> -<area href="classucrec.html" alt="ucrec" shape="rect" coords="108,728,206,752"> -<area href="classVersion.html" alt="Version" shape="rect" coords="108,784,206,808"> +<area href="classpacket.html" alt="packet" shape="rect" coords="108,672,206,696"> +<area href="classServer.html" alt="Server" shape="rect" coords="108,728,206,752"> +<area href="classucrec.html" alt="ucrec" shape="rect" coords="108,784,206,808"> +<area href="classVersion.html" alt="Version" shape="rect" coords="108,840,206,864"> </map> <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 Methods</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><h2>Constructor & Destructor Documentation</h2> +<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#l00015">15</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> @@ -60,11 +71,13 @@ <td> <p> +Constructor, Sets the object's time. +<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>. +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>. <p> -<div class="fragment"><pre>00022 { <a class="code" href="classclassbase.html#m0">age</a> = time(NULL); } +<div class="fragment"><pre>00025 { <a class="code" href="classclassbase.html#m0">age</a> = time(NULL); } </pre></div> </td> </tr> </table> @@ -95,9 +108,9 @@ Definition at line <a class="el" href="base_8h-source.html#l00022">22</a> of fil <p> <p> -Definition at line <a class="el" href="base_8h-source.html#l00023">23</a> of file <a class="el" href="base_8h-source.html">base.h</a>. +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>. <p> -<div class="fragment"><pre>00023 { } +<div class="fragment"><pre>00026 { } </pre></div> </td> </tr> </table> @@ -121,6 +134,8 @@ Definition at line <a class="el" href="base_8h-source.html#l00023">23</a> of fil <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#l00020">20</a> of file <a class="el" href="base_8h-source.html">base.h</a>. </td> @@ -128,7 +143,7 @@ Definition at line <a class="el" href="base_8h-source.html#l00020">20</a> of fil </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 Mon Jan 27 00:23:12 2003 for InspIRCd by +<hr><address style="align: right;"><small>Generated on Sun Feb 9 12:48:17 2003 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-rc2 </small></address> |