summaryrefslogtreecommitdiff
path: root/docs/man/man3/irc_StrHashComp.3
blob: dae5027b7a28951ce65ccca2df9cb5b0727d4c71 (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
.TH "irc::StrHashComp" 3 "9 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
irc::StrHashComp \- This class returns true if two strings match.  

.PP
.SH SYNOPSIS
.br
.PP
\fC#include <hashcomp.h>\fP
.PP
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "bool \fBoperator()\fP (const \fBstd::string\fP &s1, const \fBstd::string\fP &s2) const "
.br
.RI "\fIThe operator () does the actual comparison in hash_map. \fP"
.in -1c
.SH "Detailed Description"
.PP 
This class returns true if two strings match. 

Case sensitivity is ignored, and the RFC 'character set' is adhered to
.PP
Definition at line 80 of file hashcomp.h.
.SH "Member Function Documentation"
.PP 
.SS "bool irc::StrHashComp::operator() (const \fBstd::string\fP & s1, const \fBstd::string\fP & s2) const"
.PP
The operator () does the actual comparison in hash_map. 
.PP


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