]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/ExtMode.3
Added final documentation for inspircd Beta 4
[user/henk/code/inspircd.git] / docs / man / man3 / ExtMode.3
1 .TH "ExtMode" 3 "7 May 2005" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 ExtMode \- 
6 .SH SYNOPSIS
7 .br
8 .PP
9 Inherits \fBclassbase\fP.
10 .PP
11 .SS "Public Member Functions"
12
13 .in +1c
14 .ti -1c
15 .RI "\fBExtMode\fP (char mc, int ty, bool oper, int p_on, int p_off)"
16 .br
17 .in -1c
18 .SS "Public Attributes"
19
20 .in +1c
21 .ti -1c
22 .RI "char \fBmodechar\fP"
23 .br
24 .ti -1c
25 .RI "int \fBtype\fP"
26 .br
27 .ti -1c
28 .RI "int \fBparams_when_on\fP"
29 .br
30 .ti -1c
31 .RI "int \fBparams_when_off\fP"
32 .br
33 .ti -1c
34 .RI "bool \fBneedsoper\fP"
35 .br
36 .ti -1c
37 .RI "bool \fBlist\fP"
38 .br
39 .in -1c
40 .SH "Constructor & Destructor Documentation"
41 .PP 
42 .SS "ExtMode::ExtMode (char mc, int ty, bool oper, int p_on, int p_off)\fC [inline]\fP"
43 .PP
44 Definition at line 202 of file modules.cpp.
45 .PP
46 References modechar, needsoper, params_when_off, params_when_on, and type.
47 .PP
48 .nf
49 202 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { };
50 .fi
51 .SH "Member Data Documentation"
52 .PP 
53 .SS "bool \fBExtMode::list\fP"
54 .PP
55 Definition at line 201 of file modules.cpp.
56 .SS "char \fBExtMode::modechar\fP"
57 .PP
58 Definition at line 196 of file modules.cpp.
59 .PP
60 Referenced by ExtMode().
61 .SS "bool \fBExtMode::needsoper\fP"
62 .PP
63 Definition at line 200 of file modules.cpp.
64 .PP
65 Referenced by ExtMode().
66 .SS "int \fBExtMode::params_when_off\fP"
67 .PP
68 Definition at line 199 of file modules.cpp.
69 .PP
70 Referenced by ExtMode().
71 .SS "int \fBExtMode::params_when_on\fP"
72 .PP
73 Definition at line 198 of file modules.cpp.
74 .PP
75 Referenced by ExtMode().
76 .SS "int \fBExtMode::type\fP"
77 .PP
78 Definition at line 197 of file modules.cpp.
79 .PP
80 Referenced by ExtMode().
81
82 .SH "Author"
83 .PP 
84 Generated automatically by Doxygen for InspIRCd from the source code.