]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/base_8h-source.html
66fe97bfe2fd4a31a5e2c13714a18654f07e3b01
[user/henk/code/inspircd.git] / docs / module-doc / base_8h-source.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>InspIRCd: base.h Source File</title>
4 <link href="inspircd.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3.3 -->
7 <div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Compound&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Compound&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8 <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>
9 00002 <span class="comment"> *       | Inspire Internet Relay Chat Daemon |</span>
10 00003 <span class="comment"> *       +------------------------------------+</span>
11 00004 <span class="comment"> *</span>
12 00005 <span class="comment"> *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.</span>
13 00006 <span class="comment"> *                       E-mail:</span>
14 00007 <span class="comment"> *                &lt;brain@chatspike.net&gt;</span>
15 00008 <span class="comment"> *                &lt;Craig@chatspike.net&gt;</span>
16 00009 <span class="comment"> *     </span>
17 00010 <span class="comment"> * Written by Craig Edwards, Craig McLure, and others.</span>
18 00011 <span class="comment"> * This program is free but copyrighted software; see</span>
19 00012 <span class="comment"> *            the file COPYING for details.</span>
20 00013 <span class="comment"> *</span>
21 00014 <span class="comment"> * ---------------------------------------------------</span>
22 00015 <span class="comment"> */</span>
23 00016 
24 00017 <span class="preprocessor">#ifndef __BASE_H__ </span>
25 00018 <span class="preprocessor"></span><span class="preprocessor">#define __BASE_H__ </span>
26 00019 <span class="preprocessor"></span>
27 00020 <span class="preprocessor">#include "inspircd_config.h"</span> 
28 00021 <span class="preprocessor">#include &lt;time.h&gt;</span>
29 00022 <span class="preprocessor">#include &lt;map&gt;</span>
30 00023 <span class="preprocessor">#include &lt;string&gt;</span>
31 00024 
32 <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>;
33 00026  
34 <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>
35 00030 {
36 00031  <span class="keyword">public</span>:
37 <a name="l00034"></a><a class="code" href="classclassbase.html#o0">00034</a>         time_t <a class="code" href="classclassbase.html#o0">age</a>;
38 00035 
39 <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); }
40 <a name="l00040"></a><a class="code" href="classclassbase.html#a1">00040</a>         <a class="code" href="classclassbase.html#a1">~classbase</a>() { }
41 00041 };
42 00042 
43 <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>
44 00051 {
45 <a name="l00054"></a><a class="code" href="classExtensible.html#r0">00054</a>         std::map&lt;std::string,char*&gt; <a class="code" href="classExtensible.html#r0">Extension_Items</a>;
46 00055         
47 00056 <span class="keyword">public</span>:
48 00057 
49 00064         <span class="keywordtype">bool</span> <a class="code" href="classExtensible.html#a0">Extend</a>(std::string key, <span class="keywordtype">char</span>* p);
50 00065 
51 00071         <span class="keywordtype">bool</span> <a class="code" href="classExtensible.html#a1">Shrink</a>(std::string key);
52 00072         
53 00077         <span class="keywordtype">char</span>* <a class="code" href="classExtensible.html#a2">GetExt</a>(std::string key);
54 00078 };
55 00079 
56 00080 <span class="preprocessor">#endif</span>
57 00081 <span class="preprocessor"></span>
58 </pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 26 17:11:43 2005 for InspIRCd by
59 <a href="http://www.doxygen.org/index.html">
60 <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
61 </a>1.3.3 </small></address>
62 </body>
63 </html>