X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docs%2Fmodule-doc%2FclassExtMode.html;h=3b441b71367cf75ff63c2de1846a5281498440df;hb=c160de3e8dfead4a8ef3a41f1ed3ac586bfd190f;hp=92ccd87f3f26f35ff90d65cfeb1bdd1660dafe8a;hpb=1ea860b5708d065f9ed51234fc031969215fd806;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/docs/module-doc/classExtMode.html b/docs/module-doc/classExtMode.html index 92ccd87f3..3b441b713 100644 --- a/docs/module-doc/classExtMode.html +++ b/docs/module-doc/classExtMode.html @@ -1,22 +1,22 @@ ExtMode class Reference - +
-Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
+Main Page   Namespace List   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)
 ExtMode (char mc, int ty, bool oper, int p_on, int p_off)

Public Attributes

char modechar
int type
bool default_on
int params_when_on
int params_when_off
int params_when_on
int params_when_off
bool needsoper

Constructor & Destructor Documentation

@@ -40,7 +40,7 @@ bool  -   d_on, +   oper, @@ -74,20 +74,20 @@

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

-

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

Member Data Documentation

-

+

@@ -102,16 +102,16 @@ Definition at line 25 o

-Definition at line 22 of file modules.cpp. +Definition at line 21 of file modules.cpp.

-
bool ExtMode::default_on + char ExtMode::modechar
-

+

@@ -126,10 +126,10 @@ Definition at line 22 o

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

-
char ExtMode::modechar + bool ExtMode::needsoper
-

+

@@ -153,7 +153,7 @@ Definition at line 20 o Definition at line 24 of file modules.cpp.
-

+

+Definition at line 22 of file modules.cpp.
@@ -198,12 +198,12 @@ Definition at line 23 o

-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 +
Generated on Sat Apr 17 13:33:55 2004 for InspIRCd by doxygen1.3-rc3