diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-03-25 03:51:56 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-03-25 03:51:56 +0000 |
commit | 52899de0ff2d62ca0542b243c41626010bf62083 (patch) | |
tree | b9c92bbdb7d65a7467cbd6ebcbc31dc2f96e09e3 /docs/module-doc/base_8h-source.html | |
parent | 0340f1a432d684347d8dbc3aa85c8436c56d4039 (diff) |
Documentation update
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/module-doc/base_8h-source.html')
-rw-r--r-- | docs/module-doc/base_8h-source.html | 101 |
1 files changed, 56 insertions, 45 deletions
diff --git a/docs/module-doc/base_8h-source.html b/docs/module-doc/base_8h-source.html index 3de7c4079..8adefdfe8 100644 --- a/docs/module-doc/base_8h-source.html +++ b/docs/module-doc/base_8h-source.html @@ -1,52 +1,63 @@ <!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> +<title>InspIRCd: base.h Source File</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>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">Defines the base classes used by InspIRCd</span> -00003 <span class="comment">*/</span> -00004 -00005 <span class="preprocessor">#ifndef __BASE_H__ </span> -00006 <span class="preprocessor"></span><span class="preprocessor">#define __BASE_H__ </span> -00007 <span class="preprocessor"></span> -00008 <span class="preprocessor">#include "inspircd_config.h"</span> -00009 <span class="preprocessor">#include <time.h></span> -00010 <span class="preprocessor">#include <map></span> -00011 <span class="preprocessor">#include <string></span> -00012 -<a name="l00013"></a><a class="code" href="base_8h.html#a0">00013</a> <span class="keyword">typedef</span> <span class="keywordtype">void</span>* <a class="code" href="base_8h.html#a0">VoidPointer</a>; -00014 -<a name="l00017"></a><a class="code" href="classclassbase.html">00017</a> <span class="keyword">class </span><a class="code" href="classclassbase.html">classbase</a> -00018 { -00019 <span class="keyword">public</span>: -<a name="l00022"></a><a class="code" href="classclassbase.html#m0">00022</a> time_t <a class="code" href="classclassbase.html#m0">age</a>; -00023 -<a name="l00027"></a><a class="code" href="classclassbase.html#a0">00027</a> <a class="code" href="classclassbase.html#a0">classbase</a>() { age = time(NULL); } -<a name="l00028"></a><a class="code" href="classclassbase.html#a1">00028</a> <a class="code" href="classclassbase.html#a1">~classbase</a>() { } -00029 }; -00030 -<a name="l00038"></a><a class="code" href="classExtensible.html">00038</a> <span class="keyword">class </span><a class="code" href="classExtensible.html">Extensible</a> : <span class="keyword">public</span> <a class="code" href="classclassbase.html">classbase</a> -00039 { -<a name="l00042"></a><a class="code" href="classExtensible.html#o0">00042</a> std::map<std::string,char*> <a class="code" href="classExtensible.html#o0">Extension_Items</a>; -00043 -00044 <span class="keyword">public</span>: -00045 -00052 <span class="keywordtype">bool</span> <a class="code" href="classExtensible.html#a0">Extend</a>(std::string key, <span class="keywordtype">char</span>* p); -00053 -00059 <span class="keywordtype">bool</span> <a class="code" href="classExtensible.html#a1">Shrink</a>(std::string key); -00060 -00065 <span class="keywordtype">char</span>* <a class="code" href="classExtensible.html#a2">GetExt</a>(std::string key); -00066 }; -00067 -00068 <span class="preprocessor">#endif</span> -00069 <span class="preprocessor"></span> -</pre></div><hr><address style="align: right;"><small>Generated on Sun May 2 00:09:18 2004 for InspIRCd by +<!-- Generated by Doxygen 1.3.3 --> +<div class="qindex"><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></div> +<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"> * | Inspire Internet Relay Chat Daemon |</span> +00003 <span class="comment"> * +------------------------------------+</span> +00004 <span class="comment"> *</span> +00005 <span class="comment"> * Inspire is copyright (C) 2002-2004 ChatSpike-Dev.</span> +00006 <span class="comment"> * E-mail:</span> +00007 <span class="comment"> * <brain@chatspike.net></span> +00008 <span class="comment"> * <Craig@chatspike.net></span> +00009 <span class="comment"> * </span> +00010 <span class="comment"> * Written by Craig Edwards, Craig McLure, and others.</span> +00011 <span class="comment"> * This program is free but copyrighted software; see</span> +00012 <span class="comment"> * the file COPYING for details.</span> +00013 <span class="comment"> *</span> +00014 <span class="comment"> * ---------------------------------------------------</span> +00015 <span class="comment"> */</span> +00016 +00017 <span class="preprocessor">#ifndef __BASE_H__ </span> +00018 <span class="preprocessor"></span><span class="preprocessor">#define __BASE_H__ </span> +00019 <span class="preprocessor"></span> +00020 <span class="preprocessor">#include "inspircd_config.h"</span> +00021 <span class="preprocessor">#include <time.h></span> +00022 <span class="preprocessor">#include <map></span> +00023 <span class="preprocessor">#include <string></span> +00024 +<a name="l00025"></a><a class="code" href="base_8h.html#a0">00025</a> <span class="keyword">typedef</span> <span class="keywordtype">void</span>* <a class="code" href="base_8h.html#a0">VoidPointer</a>; +00026 +<a name="l00029"></a><a class="code" href="classclassbase.html">00029</a> <span class="keyword">class </span><a class="code" href="classclassbase.html">classbase</a> +00030 { +00031 <span class="keyword">public</span>: +<a name="l00034"></a><a class="code" href="classclassbase.html#o0">00034</a> time_t <a class="code" href="classclassbase.html#o0">age</a>; +00035 +<a name="l00039"></a><a class="code" href="classclassbase.html#a0">00039</a> <a class="code" href="classclassbase.html#a0">classbase</a>() { <a class="code" href="classclassbase.html#o0">age</a> = time(NULL); } +<a name="l00040"></a><a class="code" href="classclassbase.html#a1">00040</a> <a class="code" href="classclassbase.html#a1">~classbase</a>() { } +00041 }; +00042 +<a name="l00050"></a><a class="code" href="classExtensible.html">00050</a> <span class="keyword">class </span><a class="code" href="classExtensible.html">Extensible</a> : <span class="keyword">public</span> <a class="code" href="classclassbase.html">classbase</a> +00051 { +<a name="l00054"></a><a class="code" href="classExtensible.html#r0">00054</a> std::map<std::string,char*> <a class="code" href="classExtensible.html#r0">Extension_Items</a>; +00055 +00056 <span class="keyword">public</span>: +00057 +00064 <span class="keywordtype">bool</span> <a class="code" href="classExtensible.html#a0">Extend</a>(std::string key, <span class="keywordtype">char</span>* p); +00065 +00071 <span class="keywordtype">bool</span> <a class="code" href="classExtensible.html#a1">Shrink</a>(std::string key); +00072 +00077 <span class="keywordtype">char</span>* <a class="code" href="classExtensible.html#a2">GetExt</a>(std::string key); +00078 }; +00079 +00080 <span class="preprocessor">#endif</span> +00081 <span class="preprocessor"></span> +</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Mar 25 03:49:26 2005 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> +<img src="doxygen.png" alt="doxygen" align="middle" border=0 > +</a>1.3.3 </small></address> </body> </html> |