diff options
Diffstat (limited to 'docs/man/man3/ExtMode.3')
-rw-r--r-- | docs/man/man3/ExtMode.3 | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/docs/man/man3/ExtMode.3 b/docs/man/man3/ExtMode.3 new file mode 100644 index 000000000..d2da027f5 --- /dev/null +++ b/docs/man/man3/ExtMode.3 @@ -0,0 +1,72 @@ +.TH "ExtMode" 3 "2 May 2004" "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 175 of file modules.cpp. +.PP +.nf +175 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { }; +.fi +.SH "Member Data Documentation" +.PP +.SS "bool ExtMode::list" +.PP +Definition at line 174 of file modules.cpp. +.SS "char ExtMode::modechar" +.PP +Definition at line 169 of file modules.cpp. +.SS "bool ExtMode::needsoper" +.PP +Definition at line 173 of file modules.cpp. +.SS "int ExtMode::params_when_off" +.PP +Definition at line 172 of file modules.cpp. +.SS "int ExtMode::params_when_on" +.PP +Definition at line 171 of file modules.cpp. +.SS "int ExtMode::type" +.PP +Definition at line 170 of file modules.cpp. + +.SH "Author" +.PP +Generated automatically by Doxygen for InspIRCd from the source code. |