summaryrefslogtreecommitdiff
path: root/docs/man/man3/ModuleMessage.3
blob: 1aeb0a9ff386d6837c35798875aa99db097bb1e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.TH "ModuleMessage" 3 "27 Nov 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
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.  

.PP
.SH SYNOPSIS
.br
.PP
\fC#include <modules.h>\fP
.PP
Inherits \fBclassbase\fP.
.PP
Inherited by \fBEvent\fP, and \fBRequest\fP.
.PP
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "virtual char * \fBSend\fP ()=0"
.br
.RI "\fIThis class is pure virtual and must be inherited. \fP"
.ti -1c
.RI "virtual \fB~ModuleMessage\fP ()"
.br
.in -1c
.SH "Detailed Description"
.PP 
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. 
.PP
Definition at line 142 of file modules.h.
.SH "Constructor & Destructor Documentation"
.PP 
.SS "virtual ModuleMessage::~ModuleMessage ()\fC [inline, virtual]\fP"
.PP
Definition at line 148 of file modules.h.
.PP
.nf
148 {};
.fi
.PP
.SH "Member Function Documentation"
.PP 
.SS "virtual char* ModuleMessage::Send ()\fC [pure virtual]\fP"
.PP
This class is pure virtual and must be inherited. 
.PP
Implemented in \fBRequest\fP, and \fBEvent\fP.

.SH "Author"
.PP 
Generated automatically by Doxygen for InspIRCd from the source code.