From f62de63955ff77e800360eb140f108b5d2c6c075 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 18:32:09 +0000 Subject: Design flaw my ass. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2580 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classExtMode.html | 265 -------------------------------------- 1 file changed, 265 deletions(-) delete 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 deleted file mode 100644 index e99ca84f8..000000000 --- a/docs/module-doc/classExtMode.html +++ /dev/null @@ -1,265 +0,0 @@ - - -InspIRCd: ExtMode Class Reference - - - -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members
-

ExtMode Class Reference

Holds an extended mode's details. -More... -

-#include <modules.h> -

-Inheritance diagram for ExtMode:

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

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

Public Member Functions

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

Public Attributes

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

Detailed Description

-Holds an extended mode's details. -

-Used internally by modules.cpp -

- -

-Definition at line 254 of file modules.h.


Constructor & Destructor Documentation

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ExtMode::ExtMode char  mc,
int  ty,
bool  oper,
int  p_on,
int  p_off
[inline]
-
- - - - - -
-   - - -

- -

-Definition at line 263 of file modules.h.

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

-

-


Member Data Documentation

-

- - - - -
- - - - -
bool ExtMode::list
-
- - - - - -
-   - - -

- -

-Definition at line 262 of file modules.h.

-

- - - - -
- - - - -
char ExtMode::modechar
-
- - - - - -
-   - - -

- -

-Definition at line 257 of file modules.h.

-

- - - - -
- - - - -
bool ExtMode::needsoper
-
- - - - - -
-   - - -

- -

-Definition at line 259 of file modules.h.

-

- - - - -
- - - - -
int ExtMode::params_when_off
-
- - - - - -
-   - - -

- -

-Definition at line 261 of file modules.h.

-

- - - - -
- - - - -
int ExtMode::params_when_on
-
- - - - - -
-   - - -

- -

-Definition at line 260 of file modules.h.

-

- - - - -
- - - - -
int ExtMode::type
-
- - - - - -
-   - - -

- -

-Definition at line 258 of file modules.h.

-


The documentation for this class was generated from the following file: -
Generated on Mon Dec 19 18:05:22 2005 for InspIRCd by  - -doxygen 1.4.4-20050815
- - -- cgit v1.2.3