summaryrefslogtreecommitdiff
path: root/docs/man/man3/irc.3
blob: 2431dfda3b58906d06fb59454444228b51b3ea2b (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
.TH "irc" 3 "24 May 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
irc \- The irc namespace contains a number of helper classes.  

.SH SYNOPSIS
.br
.PP
.SS "Compounds"

.in +1c
.ti -1c
.RI "struct \fBInAddr_HashComp\fP"
.br
.RI "\fIThis class returns true if two in_addr structs match. \fP"
.ti -1c
.RI "struct \fBirc_char_traits\fP"
.br
.RI "\fIThe \fBirc_char_traits\fP class is used for RFC-style comparison of strings. \fP"
.ti -1c
.RI "struct \fBStrHashComp\fP"
.br
.RI "\fIThis class returns true if two strings match. \fP"
.in -1c
.SS "Typedefs"

.in +1c
.ti -1c
.RI "typedef basic_string< char, \fBirc_char_traits\fP, allocator< char > > \fBstring\fP"
.br
.RI "\fIThis typedef declares \fBirc::string\fP based upon \fBirc_char_traits\fP. \fP"
.in -1c
.SH "Detailed Description"
.PP 
The irc namespace contains a number of helper classes. 
.SH "Typedef Documentation"
.PP 
.SS "typedef basic_string<char, \fBirc_char_traits\fP, allocator<char> > \fBirc::string\fP"
.PP
This typedef declares \fBirc::string\fP based upon \fBirc_char_traits\fP. Definition at line 129 of file hashcomp.h.
.SH "Author"
.PP 
Generated automatically by Doxygen for InspIRCd from the source code.