.TH "irc::InAddr_HashComp" 3 "9 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME irc::InAddr_HashComp \- This class returns true if two in_addr structs match. .PP .SH SYNOPSIS .br .PP \fC#include \fP .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "bool \fBoperator()\fP (const in_addr &s1, const in_addr &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 in_addr structs match. Checking is done by copying both into a size_t then doing a numeric comparison of the two. .PP Definition at line 92 of file hashcomp.h. .SH "Member Function Documentation" .PP .SS "bool irc::InAddr_HashComp::operator() (const in_addr & s1, const in_addr & 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.