From cd9f9a8add02597a2998ba74b803ed3fbf81314c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 27 Nov 2005 01:44:46 +0000 Subject: Added new documentation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classModuleMessage.html | 79 +++++++++++++++++++++++---------- 1 file changed, 56 insertions(+), 23 deletions(-) (limited to 'docs/module-doc/classModuleMessage.html') diff --git a/docs/module-doc/classModuleMessage.html b/docs/module-doc/classModuleMessage.html index d194e7af9..4c1211a7b 100644 --- a/docs/module-doc/classModuleMessage.html +++ b/docs/module-doc/classModuleMessage.html @@ -1,56 +1,90 @@ - + -InspIRCd: ModuleMessage class Reference +InspIRCd: ModuleMessage Class Reference - -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members
-

ModuleMessage Class Reference

The ModuleMessage class is the base class of Request and Event This class is used to represent a basic data structure which is passed between modules for safe inter-module communications. + +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members
+

ModuleMessage Class Reference

The ModuleMessage class is the base class of Request and Event This class is used to represent a basic data structure which is passed between modules for safe inter-module communications. More...

#include <modules.h>

Inheritance diagram for ModuleMessage:

Inheritance graph
- - - + + +
[legend]
Collaboration diagram for ModuleMessage:

Collaboration graph
- + -
[legend]
List of all members. +
[legend]
List of all members.
- - + + + + + -

Public Member Functions

virtual char * Send ()=0

Public Member Functions

virtual char * Send ()=0
 This class is pure virtual and must be inherited.
virtual ~ModuleMessage ()
 This class is pure virtual and must be inherited.


Detailed Description

The ModuleMessage class is the base class of Request and Event 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.


Member Function Documentation

-

- +Definition at line 142 of file modules.h.

Constructor & Destructor Documentation

+

+

+ +
- + - + +
virtual char* ModuleMessage::Send virtual ModuleMessage::~ModuleMessage  )  [pure virtual] [inline, virtual]
+
+ + + + + +
+   + +

+ +

+Definition at line 148 of file modules.h.

00148 {};
+
+

+

+


Member Function Documentation

+

+ + +
+ + + + + + + +
virtual char* ModuleMessage::Send  )  [pure virtual]
- +
+Implemented in Request, and Event.
  @@ -62,14 +96,13 @@ This class is pure virtual and must be inherited.

-Implemented in Request, and Event.


The documentation for this class was generated from the following file: -
Generated on Mon May 30 05:17:27 2005 for InspIRCd by +
Generated on Sun Nov 27 01:43:26 2005 for InspIRCd by  -doxygen -1.3.3
+doxygen 1.4.4-20050815
-- cgit v1.2.3