]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/ModuleMessage.3
Re-added the dot graphs again
[user/henk/code/inspircd.git] / docs / man / man3 / ModuleMessage.3
1 .TH "ModuleMessage" 3 "13 May 2005" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 ModuleMessage \- The ModuleMessage class is the base class of \fBRequest\fP and \fBEvent\fP This class is used to represent a basic data structure which is passed between modules for safe inter-module communications.  
6
7 .PP
8 .SH SYNOPSIS
9 .br
10 .PP
11 \fC#include <modules.h>\fP
12 .PP
13 Inherits \fBclassbase\fP.
14 .PP
15 Inherited by \fBEvent\fP, and \fBRequest\fP.
16 .PP
17 .SS "Public Member Functions"
18
19 .in +1c
20 .ti -1c
21 .RI "virtual char * \fBSend\fP ()=0"
22 .br
23 .RI "\fIThis class is pure virtual and must be inherited. \fP"
24 .in -1c
25 .SH "Detailed Description"
26 .PP 
27 The ModuleMessage class is the base class of \fBRequest\fP and \fBEvent\fP This class is used to represent a basic data structure which is passed between modules for safe inter-module communications. Definition at line 141 of file modules.h.
28 .SH "Member Function Documentation"
29 .PP 
30 .SS "virtual char* ModuleMessage::Send ()\fC [pure virtual]\fP"
31 .PP
32 This class is pure virtual and must be inherited. Implemented in \fBRequest\fP, and \fBEvent\fP.
33
34 .SH "Author"
35 .PP 
36 Generated automatically by Doxygen for InspIRCd from the source code.