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.

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

Definition at line 139 of file modules.cpp.


Constructor & Destructor Documentation

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

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) { };


Member Data Documentation

bool ExtMode::list
 

Definition at line 147 of file modules.cpp.

char ExtMode::modechar
 

Definition at line 142 of file modules.cpp.

bool ExtMode::needsoper
 

Definition at line 144 of file modules.cpp.

int ExtMode::params_when_off
 

Definition at line 146 of file modules.cpp.

int ExtMode::params_when_on
 

Definition at line 145 of file modules.cpp.

int ExtMode::type
 

Definition at line 143 of file modules.cpp.


The documentation for this class was generated from the following file:
Generated on Sun Nov 27 01:43:25 2005 for InspIRCd by  doxygen 1.4.4-20050815