summaryrefslogtreecommitdiff
path: root/docs/module-doc/base_8h-source.html
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2003-01-26 23:52:48 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2003-01-26 23:52:48 +0000
commit767b12b0ab6a0d4ed5f7335b26d1c0f842d99543 (patch)
tree016b34ac3ef9563dc564f95fb5f6d9d3f656157f /docs/module-doc/base_8h-source.html
parent114b15864ac8cf4143ed415dd90b7550e2b5687c (diff)
Modified documentation for base classes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@150 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/module-doc/base_8h-source.html')
-rw-r--r--docs/module-doc/base_8h-source.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/module-doc/base_8h-source.html b/docs/module-doc/base_8h-source.html
new file mode 100644
index 000000000..fe451b786
--- /dev/null
+++ b/docs/module-doc/base_8h-source.html
@@ -0,0 +1,40 @@
+<!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>base.h Source File</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> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
+<hr><h1>base.h</h1><a href="base_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*</span>
+00002 <span class="comment"></span>
+00003 <span class="comment">$Log$
+00003 <span class="comment">Revision 1.1 2003/01/26 23:52:47 brain
+00003 <span class="comment">Modified documentation for base classes
+00003 <span class="comment"></span>
+00004 <span class="comment"></span>
+00005 <span class="comment">*/</span>
+00006
+00007 <span class="preprocessor">#include "inspircd_config.h"</span>
+00008 <span class="preprocessor">#include &lt;time.h&gt;</span>
+00009
+00010 <span class="preprocessor">#ifndef __BASE_H__ </span>
+00011 <span class="preprocessor"></span><span class="preprocessor">#define __BASE_H__ </span>
+00012 <span class="preprocessor"></span>
+<a name="l00013"></a><a class="code" href="classclassbase.html">00013</a> <span class="keyword">class </span><a class="code" href="classclassbase.html">classbase</a>
+00014 {
+00015 <span class="keyword">public</span>:
+<a name="l00016"></a><a class="code" href="classclassbase.html#m0">00016</a> time_t <a class="code" href="classclassbase.html#m0">age</a>;
+00017
+<a name="l00018"></a><a class="code" href="classclassbase.html#a0">00018</a> <a class="code" href="classclassbase.html#a0">classbase</a>() { age = time(NULL); }
+<a name="l00019"></a><a class="code" href="classclassbase.html#a1">00019</a> <a class="code" href="classclassbase.html#a1">~classbase</a>() { }
+00020 };
+00021
+00022 <span class="preprocessor">#endif</span>
+00023 <span class="preprocessor"></span>
+</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 26 23:45:47 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>