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 236 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 245 of file modules.h.

00245 : 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 244 of file modules.h.

char ExtMode::modechar
 

Definition at line 239 of file modules.h.

bool ExtMode::needsoper
 

Definition at line 241 of file modules.h.

int ExtMode::params_when_off
 

Definition at line 243 of file modules.h.

int ExtMode::params_when_on
 

Definition at line 242 of file modules.h.

int ExtMode::type
 

Definition at line 240 of file modules.h.


The documentation for this class was generated from the following file:
Generated on Thu Dec 15 11:14:18 2005 for InspIRCd by  doxygen 1.4.4-20050815