]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/InAddr_HashComp.3
Re-added the dot graphs again
[user/henk/code/inspircd.git] / docs / man / man3 / InAddr_HashComp.3
1 .TH "InAddr_HashComp" 3 "13 May 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 171 of file modules.cpp.
21 .PP
22 .nf
23 172         {
24 173                 size_t q;
25 174                 size_t p;
26 175                 
27 176                 memcpy(&q,&s1,sizeof(size_t));
28 177                 memcpy(&p,&s2,sizeof(size_t));
29 178                 
30 179                 return (q == p);
31 180         }
32 .fi
33
34
35 .SH "Author"
36 .PP 
37 Generated automatically by Doxygen for InspIRCd from the source code.