]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/module-doc/ctables_8h-source.html
Re-added the dot graphs again
[user/henk/code/inspircd.git] / docs / module-doc / ctables_8h-source.html
index 78126d420882ae5f5f475ecdfa7c3871b93d02d1..1cbf8a1bacb196c68caa5b0675ee470ef3d50303 100644 (file)
@@ -1,16 +1,15 @@
 <!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>ctables.h Source File</title>
-<link href="doxygen.css" rel="stylesheet" type="text/css">
+<title>InspIRCd: ctables.h Source File</title>
+<link href="inspircd.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>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>
+<!-- Generated by Doxygen 1.3.3 -->
+<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>
+<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>
 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-2003 ChatSpike-Dev.</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"> *                &lt;brain@chatspike.net&gt;</span>
 00008 <span class="comment"> *                &lt;Craig@chatspike.net&gt;</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 <span class="comment"> $Log$
-00016 <span class="comment"> Revision 1.1  2003/01/26 23:52:48  brain
-00016 <span class="comment"> Modified documentation for base classes
-00016 <span class="comment"></span>
-00017 <span class="comment"> Revision 1.1.1.1  2003/01/23 19:45:58  brain</span>
-00018 <span class="comment"> InspIRCd second source tree</span>
-00019 <span class="comment"></span>
-00020 <span class="comment"> Revision 1.3  2003/01/15 22:47:44  brain</span>
-00021 <span class="comment"> Changed user and channel structs to classes (finally)</span>
-00022 <span class="comment"></span>
-00023 <span class="comment"> Revision 1.2  2003/01/09 21:09:50  brain</span>
-00024 <span class="comment"> added '/stats M' command</span>
-00025 <span class="comment"></span>
-00026 <span class="comment"> Revision 1.1  2003/01/07 01:02:14  brain</span>
-00027 <span class="comment"></span>
-00028 <span class="comment"> definitions for command table types</span>
-00029 <span class="comment"></span>
-00030 <span class="comment"></span>
-00031 <span class="comment"> * ---------------------------------------------------</span>
-00032 <span class="comment"> */</span>
-00033 <span class="preprocessor">#include "inspircd_config.h"</span>
-00034 <span class="preprocessor">#include "inspircd.h"</span>
-00035 <span class="preprocessor">#include "<a class="code" href="base_8h.html">base.h</a>"</span>
-00036 
-00037 <span class="preprocessor">#ifndef __CTABLES_H__</span>
-00038 <span class="preprocessor"></span><span class="preprocessor">#define __CTABLES_H__</span>
-00039 <span class="preprocessor"></span>
-<a name="l00040"></a><a class="code" href="ctables_8h.html#a0">00040</a> <span class="keyword">typedef</span> void (handlerfunc) (<span class="keywordtype">char</span>**, <span class="keywordtype">int</span>, <a class="code" href="classuserrec.html">userrec</a>*);
-00041 
-00042 <span class="comment">/* a structure that defines a command */</span>
-00043 
-<a name="l00044"></a><a class="code" href="classcommand__t.html">00044</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>
-00045 {
-00046  <span class="keyword">public</span>:
-<a name="l00047"></a><a class="code" href="classcommand__t.html#m0">00047</a>         <span class="keywordtype">char</span> <a class="code" href="classcommand__t.html#m0">command</a>[MAXBUF]; <span class="comment">/* command name */</span>
-<a name="l00048"></a><a class="code" href="classcommand__t.html#m1">00048</a>         <a class="code" href="ctables_8h.html#a0">handlerfunc</a> *<a class="code" href="classcommand__t.html#m1">handler_function</a>; <span class="comment">/* handler function as in typedef */</span>
-<a name="l00049"></a><a class="code" href="classcommand__t.html#m2">00049</a>         <span class="keywordtype">char</span> <a class="code" href="classcommand__t.html#m2">flags_needed</a>; <span class="comment">/* user flags needed to execute the command or 0 */</span>
-<a name="l00050"></a><a class="code" href="classcommand__t.html#m3">00050</a>         <span class="keywordtype">int</span> <a class="code" href="classcommand__t.html#m3">min_params</a>; <span class="comment">/* minimum number of parameters command takes */</span>
-<a name="l00051"></a><a class="code" href="classcommand__t.html#m4">00051</a>         <span class="keywordtype">long</span> <a class="code" href="classcommand__t.html#m4">use_count</a>; <span class="comment">/* used by /stats m */</span>
-<a name="l00052"></a><a class="code" href="classcommand__t.html#m5">00052</a>         <span class="keywordtype">long</span> <a class="code" href="classcommand__t.html#m5">total_bytes</a>; <span class="comment">/* used by /stats m */</span>
-00053 };
-00054 
-00055 <span class="preprocessor">#endif</span>
-00056 <span class="preprocessor"></span>
-</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 26 23:45:47 2003 for InspIRCd by
+00015 <span class="comment"> */</span>
+00016  
+00017 <span class="preprocessor">#ifndef __CTABLES_H__</span>
+00018 <span class="preprocessor"></span><span class="preprocessor">#define __CTABLES_H__</span>
+00019 <span class="preprocessor"></span>
+00020 <span class="preprocessor">#include "inspircd_config.h"</span>
+00021 <span class="preprocessor">#include "inspircd.h"</span>
+00022 <span class="preprocessor">#include "<a class="code" href="base_8h.html">base.h</a>"</span>
+00023 
+<a name="l00026"></a><a class="code" href="classcommand__t.html">00026</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="classExtensible.html">Extensible</a>
+00027 {
+00028  <span class="keyword">public</span>:
+<a name="l00031"></a><a class="code" href="classcommand__t.html#o0">00031</a>         <span class="keywordtype">char</span> <a class="code" href="classcommand__t.html#o0">command</a>[MAXBUF];
+<a name="l00034"></a><a class="code" href="classcommand__t.html#o1">00034</a>         handlerfunc *<a class="code" href="classcommand__t.html#o1">handler_function</a>; 
+<a name="l00037"></a><a class="code" href="classcommand__t.html#o2">00037</a>         <span class="keywordtype">char</span> <a class="code" href="classcommand__t.html#o2">flags_needed</a>;
+<a name="l00040"></a><a class="code" href="classcommand__t.html#o3">00040</a>         <span class="keywordtype">int</span> <a class="code" href="classcommand__t.html#o3">min_params</a>;
+<a name="l00043"></a><a class="code" href="classcommand__t.html#o4">00043</a>         <span class="keywordtype">long</span> <a class="code" href="classcommand__t.html#o4">use_count</a>;
+<a name="l00046"></a><a class="code" href="classcommand__t.html#o5">00046</a>         <span class="keywordtype">long</span> <a class="code" href="classcommand__t.html#o5">total_bytes</a>;
+<a name="l00049"></a><a class="code" href="classcommand__t.html#o6">00049</a>         <span class="keywordtype">char</span> <a class="code" href="classcommand__t.html#o6">source</a>[MAXBUF];
+00050 };
+00051 
+00052 <span class="preprocessor">#endif</span>
+00053 <span class="preprocessor"></span>
+</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri May 13 01:58:42 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-rc2 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 
+</a>1.3.3 </small></address>
 </body>
 </html>