From 88dd74fc84b574f17673338c6d42123570f464da Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 12 May 2005 23:06:51 +0000 Subject: Added docs for new smaller memory footprint classes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1371 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classEvent.html | 46 ++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'docs/module-doc/classEvent.html') diff --git a/docs/module-doc/classEvent.html b/docs/module-doc/classEvent.html index 63f69b78c..9441f2961 100644 --- a/docs/module-doc/classEvent.html +++ b/docs/module-doc/classEvent.html @@ -94,9 +94,9 @@ Create a new Event.

-Definition at line 344 of file modules.cpp. +Definition at line 345 of file modules.cpp.

-

00344 : data(anydata), source(src), id(eventid) { };
+
00345 : data(anydata), source(src), id(eventid) { };
 
@@ -130,13 +130,13 @@ Get the Event data.

-Definition at line 346 of file modules.cpp. +Definition at line 347 of file modules.cpp.

References data.

-

00347 {
-00348         return this->data;
-00349 }
+
00348 {
+00349         return this->data;
+00350 }
 
@@ -169,13 +169,13 @@ Get the event ID.

Use this to determine the event type for safe casting of the data

-Definition at line 362 of file modules.cpp. +Definition at line 363 of file modules.cpp.

References id.

-

00363 {
-00364         return this->id;
-00365 }
+
00364 {
+00365         return this->id;
+00366 }
 
@@ -208,13 +208,13 @@ Get the event Source.

-Definition at line 351 of file modules.cpp. +Definition at line 352 of file modules.cpp.

References source.

-

00352 {
-00353         return this->source;
-00354 }
+
00353 {
+00354         return this->source;
+00355 }
 
@@ -249,14 +249,14 @@ The return result of an Event::Send() Implements ModuleMessage.

-Definition at line 356 of file modules.cpp. +Definition at line 357 of file modules.cpp.

References FOREACH_MOD.

-

00357 {
-00358         FOREACH_MOD OnEvent(this);
-00359         return NULL;
-00360 }
+
00358 {
+00359         FOREACH_MOD OnEvent(this);
+00360         return NULL;
+00361 }
 
@@ -286,7 +286,7 @@ This member holds a pointer to arbitary data set by the emitter of the message.

Definition at line 199 of file modules.h.

-Referenced by GetData(). +Referenced by GetData().

@@ -314,7 +314,7 @@ This is arbitary text which should be used to distinguish one type of event from

Definition at line 208 of file modules.h.

-Referenced by GetEventID(). +Referenced by GetEventID().

@@ -342,12 +342,12 @@ This is a pointer to the sender of the message, which can be used to directly tr

Definition at line 203 of file modules.h.

-Referenced by GetSource(). +Referenced by GetSource().


The documentation for this class was generated from the following files: -
Generated on Thu May 12 02:25:20 2005 for InspIRCd by +
Generated on Thu May 12 22:59:02 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3