.TH "StrHashComp" 3 "15 May 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME StrHashComp \- This class returns true if two strings match. .PP .SH SYNOPSIS .br .PP \fC#include \fP .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "bool \fBoperator()\fP (const string &s1, const string &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 60 of file hashcomp.h. .SH "Member Function Documentation" .PP .SS "bool StrHashComp::operator() (const string & s1, const string & s2) const" .PP The operator () does the actual comparison in hash_map. .SH "Author" .PP Generated automatically by Doxygen for InspIRCd from the source code.