.TH "ExtMode" 3 "13 May 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME ExtMode \- .SH SYNOPSIS .br .PP Inherits \fBclassbase\fP. .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBExtMode\fP (char mc, int ty, bool oper, int p_on, int p_off)" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "char \fBmodechar\fP" .br .ti -1c .RI "int \fBtype\fP" .br .ti -1c .RI "int \fBparams_when_on\fP" .br .ti -1c .RI "int \fBparams_when_off\fP" .br .ti -1c .RI "bool \fBneedsoper\fP" .br .ti -1c .RI "bool \fBlist\fP" .br .in -1c .SH "Constructor & Destructor Documentation" .PP .SS "ExtMode::ExtMode (char mc, int ty, bool oper, int p_on, int p_off)\fC [inline]\fP" .PP Definition at line 212 of file modules.cpp. .PP References modechar, needsoper, params_when_off, params_when_on, and type. .PP .nf 212 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { }; .fi .SH "Member Data Documentation" .PP .SS "bool \fBExtMode::list\fP" .PP Definition at line 211 of file modules.cpp. .SS "char \fBExtMode::modechar\fP" .PP Definition at line 206 of file modules.cpp. .PP Referenced by ExtMode(). .SS "bool \fBExtMode::needsoper\fP" .PP Definition at line 210 of file modules.cpp. .PP Referenced by ExtMode(). .SS "int \fBExtMode::params_when_off\fP" .PP Definition at line 209 of file modules.cpp. .PP Referenced by ExtMode(). .SS "int \fBExtMode::params_when_on\fP" .PP Definition at line 208 of file modules.cpp. .PP Referenced by ExtMode(). .SS "int \fBExtMode::type\fP" .PP Definition at line 207 of file modules.cpp. .PP Referenced by ExtMode(). .SH "Author" .PP Generated automatically by Doxygen for InspIRCd from the source code.