Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound 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
int params_when_on
int params_when_off
bool needsoper
bool list

Constructor & Destructor Documentation

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

Definition at line 212 of file modules.cpp.

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

00212 : 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 211 of file modules.cpp.

char ExtMode::modechar
 

Definition at line 206 of file modules.cpp.

Referenced by ExtMode().

bool ExtMode::needsoper
 

Definition at line 210 of file modules.cpp.

Referenced by ExtMode().

int ExtMode::params_when_off
 

Definition at line 209 of file modules.cpp.

Referenced by ExtMode().

int ExtMode::params_when_on
 

Definition at line 208 of file modules.cpp.

Referenced by ExtMode().

int ExtMode::type
 

Definition at line 207 of file modules.cpp.

Referenced by ExtMode().


The documentation for this class was generated from the following file:
Generated on Fri May 13 01:59:42 2005 for InspIRCd by doxygen 1.3.3