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 oper, int p_on, int p_off)

Public Attributes

char modechar
int type
int params_when_on
int params_when_off
bool needsoper

Constructor & Destructor Documentation

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

Definition at line 25 of file modules.cpp.

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


Member Data Documentation

char ExtMode::modechar
 

Definition at line 20 of file modules.cpp.

bool ExtMode::needsoper
 

Definition at line 24 of file modules.cpp.

int ExtMode::params_when_off
 

Definition at line 23 of file modules.cpp.

int ExtMode::params_when_on
 

Definition at line 22 of file modules.cpp.

int ExtMode::type
 

Definition at line 21 of file modules.cpp.


The documentation for this class was generated from the following file:
Generated on Mon Apr 5 02:04:03 2004 for InspIRCd by doxygen1.3-rc3