summaryrefslogtreecommitdiff
path: root/docs/man/man3/ExtMode.3
blob: e3dcb371c1ca65fd58904e893696ba91e6827cd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.TH "ExtMode" 3 "9 Apr 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 199 of file modules.cpp.
.PP
References modechar, needsoper, params_when_off, params_when_on, and type.
.PP
.nf
199 : 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 198 of file modules.cpp.
.SS "char \fBExtMode::modechar\fP"
.PP
Definition at line 193 of file modules.cpp.
.PP
Referenced by ExtMode().
.SS "bool \fBExtMode::needsoper\fP"
.PP
Definition at line 197 of file modules.cpp.
.PP
Referenced by ExtMode().
.SS "int \fBExtMode::params_when_off\fP"
.PP
Definition at line 196 of file modules.cpp.
.PP
Referenced by ExtMode().
.SS "int \fBExtMode::params_when_on\fP"
.PP
Definition at line 195 of file modules.cpp.
.PP
Referenced by ExtMode().
.SS "int \fBExtMode::type\fP"
.PP
Definition at line 194 of file modules.cpp.
.PP
Referenced by ExtMode().

.SH "Author"
.PP 
Generated automatically by Doxygen for InspIRCd from the source code.