diff options
Diffstat (limited to 'docs/module-doc/classclassbase.html')
-rw-r--r-- | docs/module-doc/classclassbase.html | 134 |
1 files changed, 134 insertions, 0 deletions
diff --git a/docs/module-doc/classclassbase.html b/docs/module-doc/classclassbase.html new file mode 100644 index 000000000..9aa669de8 --- /dev/null +++ b/docs/module-doc/classclassbase.html @@ -0,0 +1,134 @@ +<!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="doxygen.css" rel="stylesheet" type="text/css"> +</head><body> +<!-- 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> +<p> +<p>Inheritance diagram for classbase: +<p><center><img src="classclassbase.png" usemap="#classbase_map" border="0" alt=""></center> +<map name="classbase_map"> +<area href="classAdmin.html" alt="Admin" shape="rect" coords="108,56,206,80"> +<area href="classchanrec.html" alt="chanrec" shape="rect" coords="108,112,206,136"> +<area href="classcommand__t.html" alt="command_t" shape="rect" coords="108,168,206,192"> +<area href="classConfigReader.html" alt="ConfigReader" shape="rect" coords="108,224,206,248"> +<area href="classconnection.html" alt="connection" shape="rect" coords="108,280,206,304"> +<area href="classFileReader.html" alt="FileReader" shape="rect" coords="108,336,206,360"> +<area href="classHostItem.html" alt="HostItem" shape="rect" coords="108,392,206,416"> +<area href="classModule.html" alt="Module" shape="rect" coords="108,448,206,472"> +<area href="classModuleFactory.html" alt="ModuleFactory" shape="rect" coords="108,504,206,528"> +<area href="classServer.html" alt="Server" shape="rect" coords="108,560,206,584"> +<area href="classucrec.html" alt="ucrec" shape="rect" coords="108,616,206,640"> +<area href="classVersion.html" alt="Version" shape="rect" coords="108,672,206,696"> +</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 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> +</table> +<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> + +<p> +Definition at line <a class="el" href="base_8h-source.html#l00018">18</a> of file <a class="el" href="base_8h-source.html">base.h</a>. +<p> +<div class="fragment"><pre>00018 { <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#l00019">19</a> of file <a class="el" href="base_8h-source.html">base.h</a>. +<p> +<div class="fragment"><pre>00019 { } +</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> + +<p> +Definition at line <a class="el" href="base_8h-source.html#l00016">16</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 Jan 26 23:45:48 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> +</body> +</html> |