]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/irc_StrHashComp.3
c27aab162ed1058de1ef4fe9d5805ed85f890deb
[user/henk/code/inspircd.git] / docs / man / man3 / irc_StrHashComp.3
1 .TH "irc::StrHashComp" 3 "15 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 irc::StrHashComp \- This class returns true if two strings match.  
6
7 .PP
8 .SH SYNOPSIS
9 .br
10 .PP
11 \fC#include <hashcomp.h>\fP
12 .PP
13 .SS "Public Member Functions"
14
15 .in +1c
16 .ti -1c
17 .RI "bool \fBoperator()\fP (const \fBstd::string\fP &s1, const \fBstd::string\fP &s2) const "
18 .br
19 .RI "\fIThe operator () does the actual comparison in hash_map. \fP"
20 .in -1c
21 .SH "Detailed Description"
22 .PP 
23 This class returns true if two strings match. 
24
25 Case sensitivity is ignored, and the RFC 'character set' is adhered to
26 .PP
27 Definition at line 80 of file hashcomp.h.
28 .SH "Member Function Documentation"
29 .PP 
30 .SS "bool irc::StrHashComp::operator() (const \fBstd::string\fP & s1, const \fBstd::string\fP & s2) const"
31 .PP
32 The operator () does the actual comparison in hash_map. 
33 .PP
34
35
36 .SH "Author"
37 .PP 
38 Generated automatically by Doxygen for InspIRCd from the source code.