]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/ctables_8h-source.html
Documentation update
[user/henk/code/inspircd.git] / docs / module-doc / ctables_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>ctables.h Source File</title>
4 <link href="inspircd.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3-rc3 -->
7 <center>
8 <a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</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>
9 <hr><h1>ctables.h</h1><a href="ctables_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*       +------------------------------------+</span>
10 00002 <span class="comment"> *       | Inspire Internet Relay Chat Daemon |</span>
11 00003 <span class="comment"> *       +------------------------------------+</span>
12 00004 <span class="comment"> *</span>
13 00005 <span class="comment"> *  Inspire is copyright (C) 2002-2003 ChatSpike-Dev.</span>
14 00006 <span class="comment"> *                       E-mail:</span>
15 00007 <span class="comment"> *                &lt;brain@chatspike.net&gt;</span>
16 00008 <span class="comment"> *                &lt;Craig@chatspike.net&gt;</span>
17 00009 <span class="comment"> *     </span>
18 00010 <span class="comment"> * Written by Craig Edwards, Craig McLure, and others.</span>
19 00011 <span class="comment"> * This program is free but copyrighted software; see</span>
20 00012 <span class="comment"> *            the file COPYING for details.</span>
21 00013 <span class="comment"> *</span>
22 00014 <span class="comment"> * ---------------------------------------------------</span>
23 00015 <span class="comment"> */</span>
24 00016 <span class="preprocessor">#include "inspircd_config.h"</span>
25 00017 <span class="preprocessor">#include "inspircd.h"</span>
26 00018 <span class="preprocessor">#include "<a class="code" href="base_8h.html">base.h</a>"</span>
27 00019 
28 00020 <span class="preprocessor">#ifndef __CTABLES_H__</span>
29 00021 <span class="preprocessor"></span><span class="preprocessor">#define __CTABLES_H__</span>
30 00022 <span class="preprocessor"></span>
31 <a name="l00025"></a><a class="code" href="classcommand__t.html">00025</a> <span class="keyword">class </span><a class="code" href="classcommand__t.html">command_t</a> : <span class="keyword">public</span> <a class="code" href="classclassbase.html">classbase</a>
32 00026 {
33 00027  <span class="keyword">public</span>:
34 <a name="l00030"></a><a class="code" href="classcommand__t.html#m0">00030</a>         <span class="keywordtype">char</span> <a class="code" href="classcommand__t.html#m0">command</a>[MAXBUF];
35 <a name="l00033"></a><a class="code" href="classcommand__t.html#m1">00033</a>         handlerfunc *<a class="code" href="classcommand__t.html#m1">handler_function</a>; 
36 <a name="l00036"></a><a class="code" href="classcommand__t.html#m2">00036</a>         <span class="keywordtype">char</span> <a class="code" href="classcommand__t.html#m2">flags_needed</a>;
37 <a name="l00039"></a><a class="code" href="classcommand__t.html#m3">00039</a>         <span class="keywordtype">int</span> <a class="code" href="classcommand__t.html#m3">min_params</a>;
38 <a name="l00042"></a><a class="code" href="classcommand__t.html#m4">00042</a>         <span class="keywordtype">long</span> <a class="code" href="classcommand__t.html#m4">use_count</a>;
39 <a name="l00045"></a><a class="code" href="classcommand__t.html#m5">00045</a>         <span class="keywordtype">long</span> <a class="code" href="classcommand__t.html#m5">total_bytes</a>;
40 00046 };
41 00047 
42 00048 <span class="preprocessor">#endif</span>
43 00049 <span class="preprocessor"></span>
44 </pre></div><hr><address style="align: right;"><small>Generated on Mon Apr 19 02:34:32 2004 for InspIRCd by
45 <a href="http://www.doxygen.org/index.html">
46 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
47 width=110 height=53></a>1.3-rc3 </small></address>
48 </body>
49 </html>