]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classModuleMessage.html
Commented new functions
[user/henk/code/inspircd.git] / docs / module-doc / classModuleMessage.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: ModuleMessage class Reference</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>ModuleMessage Class Reference</h1>The ModuleMessage class is the base class of <a class="el" href="classRequest.html">Request</a> and <a class="el" href="classEvent.html">Event</a> This class is used to represent a basic data structure which is passed between modules for safe inter-module communications.  
9 <a href="#_details">More...</a>
10 <p>
11 <code>#include &lt;<a class="el" href="modules_8h-source.html">modules.h</a>&gt;</code>
12 <p>
13 Inherits <a class="el" href="classclassbase.html">classbase</a>.
14 <p>
15 Inherited by <a class="el" href="classEvent.html">Event</a>, and <a class="el" href="classRequest.html">Request</a>.
16 <p>
17 <a href="classModuleMessage-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
18 <tr><td></td></tr>
19 <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
20 <tr><td class="memItemLeft" nowrap align=right valign=top>virtual char *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classModuleMessage.html#a0">Send</a> ()=0</td></tr>
21
22 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This class is pure virtual and must be inherited. </em> <a href="#a0"></a><em><br><br></td></tr>
23 </table>
24 <hr><a name="_details"></a><h2>Detailed Description</h2>
25 The ModuleMessage class is the base class of <a class="el" href="classRequest.html">Request</a> and <a class="el" href="classEvent.html">Event</a> This class is used to represent a basic data structure which is passed between modules for safe inter-module communications. 
26 <p>
27
28 <p>
29 Definition at line <a class="el" href="modules_8h-source.html#l00138">138</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.<hr><h2>Member Function Documentation</h2>
30 <a name="a0" doxytag="ModuleMessage::Send"></a><p>
31 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
32   <tr>
33     <td class="mdRow">
34       <table cellpadding="0" cellspacing="0" border="0">
35         <tr>
36           <td class="md" nowrap valign="top"> virtual char* ModuleMessage::Send </td>
37           <td class="md" valign="top">(&nbsp;</td>
38           <td class="mdname1" valign="top" nowrap>          </td>
39           <td class="md" valign="top">&nbsp;)&nbsp;</td>
40           <td class="md" nowrap><code> [pure virtual]</code></td>
41         </tr>
42
43       </table>
44     </td>
45   </tr>
46 </table>
47 <table cellspacing=5 cellpadding=0 border=0>
48   <tr>
49     <td>
50       &nbsp;
51     </td>
52     <td>
53
54 <p>
55 This class is pure virtual and must be inherited. 
56 <p>
57
58 <p>
59 Implemented in <a class="el" href="classRequest.html#a4">Request</a>, and <a class="el" href="classEvent.html#a4">Event</a>.    </td>
60   </tr>
61 </table>
62 <hr>The documentation for this class was generated from the following file:<ul>
63 <li><a class="el" href="modules_8h-source.html">modules.h</a></ul>
64 <hr size="1"><address style="align: right;"><small>Generated on Wed Apr 20 15:47:06 2005 for InspIRCd by
65 <a href="http://www.doxygen.org/index.html">
66 <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
67 </a>1.3.3 </small></address>
68 </body>
69 </html>