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/classExtMode.html | 157 +++++++++++++++++++------------------- 1 file changed, 77 insertions(+), 80 deletions(-) (limited to 'docs/module-doc/classExtMode.html') diff --git a/docs/module-doc/classExtMode.html b/docs/module-doc/classExtMode.html index 07e1602c6..1c1255ba9 100644 --- a/docs/module-doc/classExtMode.html +++ b/docs/module-doc/classExtMode.html @@ -1,84 +1,88 @@ - + -InspIRCd: ExtMode class Reference +InspIRCd: ExtMode Class Reference - -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members
-

ExtMode Class Reference

Inheritance diagram for ExtMode:

Inheritance graph
+ +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members
+

ExtMode Class Reference

Inheritance diagram for ExtMode:

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

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

Public Member Functions

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

Public Member Functions

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

Public Attributes

char modechar

Public Attributes

char modechar
int type
int type
int params_when_on
bool needsoper
int params_when_off
int params_when_on
bool needsoper
int params_when_off
bool list
bool list
-

Constructor & Destructor Documentation

-

- +

Detailed Description

+ +

+ +

+Definition at line 139 of file modules.cpp.


Constructor & Destructor Documentation

+

+

- + - - + + - - + + - - + + - - + + - + -
ExtMode::ExtMode ExtMode::ExtMode char  mc,
int  ty,
bool  oper,
int  p_on,
int  p_off
[inline]
- +
+
  @@ -88,27 +92,26 @@

-Definition at line 147 of file modules.cpp. +Definition at line 148 of file modules.cpp.

00148 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { };
+

-References modechar, needsoper, params_when_off, params_when_on, and type. -

-

00147 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { };
-


Member Data Documentation

-

- +

+

- +
bool ExtMode::list + bool ExtMode::list
- +
+Definition at line 147 of file modules.cpp.
  @@ -118,21 +121,22 @@ References modechar,

-Definition at line 146 of file modules.cpp.

-

- +

+

- +
char ExtMode::modechar + char ExtMode::modechar
- +
+Definition at line 142 of file modules.cpp.
  @@ -142,23 +146,22 @@ Definition at line 146

-Definition at line 141 of file modules.cpp. -

-Referenced by ExtMode().

-

- +

+

- +
bool ExtMode::needsoper + bool ExtMode::needsoper
- +
+Definition at line 144 of file modules.cpp.
  @@ -168,23 +171,22 @@ Referenced by ExtMode()

-Definition at line 145 of file modules.cpp. -

-Referenced by ExtMode().

-

- +

+

- +
int ExtMode::params_when_off + int ExtMode::params_when_off
- +
+Definition at line 146 of file modules.cpp.
  @@ -194,23 +196,22 @@ Referenced by ExtMode()

-Definition at line 144 of file modules.cpp. -

-Referenced by ExtMode().

-

- +

+

- +
int ExtMode::params_when_on + int ExtMode::params_when_on
- +
+Definition at line 145 of file modules.cpp.
  @@ -220,23 +221,22 @@ Referenced by ExtMode()

-Definition at line 143 of file modules.cpp. -

-Referenced by ExtMode().

-

- +

+

- +
int ExtMode::type + int ExtMode::type
- +
+Definition at line 143 of file modules.cpp.
  @@ -246,16 +246,13 @@ Referenced by ExtMode()

-Definition at line 142 of file modules.cpp. -

-Referenced by ExtMode().


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