]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/InAddr_HashComp.3
Commented new functions
[user/henk/code/inspircd.git] / docs / man / man3 / InAddr_HashComp.3
1 .TH "InAddr_HashComp" 3 "20 Apr 2005" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 InAddr_HashComp \- 
6 .SH SYNOPSIS
7 .br
8 .PP
9 .SS "Public Member Functions"
10
11 .in +1c
12 .ti -1c
13 .RI "bool \fBoperator()\fP (const in_addr &s1, const in_addr &s2) const"
14 .br
15 .in -1c
16 .SH "Member Function Documentation"
17 .PP 
18 .SS "bool InAddr_HashComp::operator() (const in_addr & s1, const in_addr & s2) const\fC [inline]\fP"
19 .PP
20 Definition at line 161 of file modules.cpp.
21 .PP
22 .nf
23 162         {
24 163                 size_t q;
25 164                 size_t p;
26 165                 
27 166                 memcpy(&q,&s1,sizeof(size_t));
28 167                 memcpy(&p,&s2,sizeof(size_t));
29 168                 
30 169                 return (q == p);
31 170         }
32 .fi
33
34
35 .SH "Author"
36 .PP 
37 Generated automatically by Doxygen for InspIRCd from the source code.