From 1ea860b5708d065f9ed51234fc031969215fd806 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 2 Apr 2004 13:47:31 +0000 Subject: Updated documentation to document Server::SendMode git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@356 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classExtMode.html | 211 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 docs/module-doc/classExtMode.html (limited to 'docs/module-doc/classExtMode.html') diff --git a/docs/module-doc/classExtMode.html b/docs/module-doc/classExtMode.html new file mode 100644 index 000000000..92ccd87f3 --- /dev/null +++ b/docs/module-doc/classExtMode.html @@ -0,0 +1,211 @@ + + +ExtMode class Reference + + + +
+Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
+

ExtMode Class Reference

Collaboration diagram for ExtMode:

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

Public Member Functions

 ExtMode (char mc, int ty, bool d_on, int p_on, int p_off)

Public Attributes

char modechar
int type
bool default_on
int params_when_on
int params_when_off
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ExtMode::ExtMode char   mc,
int   ty,
bool   d_on,
int   p_on,
int   p_off
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 25 of file modules.cpp. +

+

00025 : modechar(mc), type(ty), default_on(d_on), params_when_on(p_on), params_when_off(p_off) { };
+
+


Member Data Documentation

+

+ + + + +
+ + +
bool ExtMode::default_on +
+
+ + + + + +
+   + + +

+ +

+Definition at line 22 of file modules.cpp.

+

+ + + + +
+ + +
char ExtMode::modechar +
+
+ + + + + +
+   + + +

+ +

+Definition at line 20 of file modules.cpp.

+

+ + + + +
+ + +
int ExtMode::params_when_off +
+
+ + + + + +
+   + + +

+ +

+Definition at line 24 of file modules.cpp.

+

+ + + + +
+ + +
int ExtMode::params_when_on +
+
+ + + + + +
+   + + +

+ +

+Definition at line 23 of file modules.cpp.

+

+ + + + +
+ + +
int ExtMode::type +
+
+ + + + + +
+   + + +

+ +

+Definition at line 21 of file modules.cpp.

+


The documentation for this class was generated from the following file: +
Generated on Fri Apr 2 14:46:15 2004 for InspIRCd by + +doxygen1.3-rc3
+ + -- cgit v1.2.3