]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/irc_InAddr_HashComp.3
Added docs for base: BoolSet
[user/henk/code/inspircd.git] / docs / man / man3 / irc_InAddr_HashComp.3
1 .TH "irc::InAddr_HashComp" 3 "30 May 2005" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 irc::InAddr_HashComp \- This class returns true if two in_addr structs 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 in_addr &s1, const in_addr &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 in_addr structs match. 
24
25 Checking is done by copying both into a size_t then doing a numeric comparison of the two.
26 .PP
27 Definition at line 92 of file hashcomp.h.
28 .SH "Member Function Documentation"
29 .PP 
30 .SS "bool irc::InAddr_HashComp::operator() (const in_addr & s1, const in_addr & s2) const"
31 .PP
32 The operator () does the actual comparison in hash_map. 
33
34 .SH "Author"
35 .PP 
36 Generated automatically by Doxygen for InspIRCd from the source code.