]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/QLine.3
Re-added the dot graphs again
[user/henk/code/inspircd.git] / docs / man / man3 / QLine.3
1 .TH "QLine" 3 "13 May 2005" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 QLine \- QLine class.  
6
7 .PP
8 .SH SYNOPSIS
9 .br
10 .PP
11 \fC#include <xline.h>\fP
12 .PP
13 Inherits \fBXLine\fP.
14 .PP
15 .SS "Public Attributes"
16
17 .in +1c
18 .ti -1c
19 .RI "char \fBnick\fP [64]"
20 .br
21 .RI "\fINickname to match against. \fP"
22 .ti -1c
23 .RI "bool \fBis_global\fP"
24 .br
25 .RI "\fISet if this is a global Z:line (e.g. \fP"
26 .in -1c
27 .SH "Detailed Description"
28 .PP 
29 QLine class. Definition at line 108 of file xline.h.
30 .SH "Member Data Documentation"
31 .PP 
32 .SS "bool \fBQLine::is_global\fP"
33 .PP
34 Set if this is a global Z:line (e.g. it came from another server)Definition at line 118 of file xline.h.
35 .SS "char \fBQLine::nick\fP[64]"
36 .PP
37 Nickname to match against. May contain wildcards.Definition at line 114 of file xline.h.
38
39 .SH "Author"
40 .PP 
41 Generated automatically by Doxygen for InspIRCd from the source code.