]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/nspace_nspace_hash_ in_addr _.3
Changed parameters of OnPacketTransmit and OnPacketReceive to be much more useful
[user/henk/code/inspircd.git] / docs / man / man3 / nspace_nspace_hash_ in_addr _.3
1 .TH "nspace::nspace::hash< in_addr >" 3 "9 Apr 2005" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 nspace::nspace::hash< in_addr > \- 
6 .SH SYNOPSIS
7 .br
8 .PP
9 .SS "Public Member Functions"
10
11 .in +1c
12 .ti -1c
13 .RI "size_t \fBoperator()\fP (const struct in_addr &a) const"
14 .br
15 .in -1c
16
17 .SS "template<> struct nspace::hash< in_addr >"
18
19 .SH "Member Function Documentation"
20 .PP 
21 .SS "size_t nspace::hash< in_addr >::operator() (const struct in_addr & a) const\fC [inline]\fP"
22 .PP
23 Definition at line 119 of file modules.cpp.
24 .PP
25 .nf
26 120                 {
27 121                         size_t q;
28 122                         memcpy(&q,&a,sizeof(size_t));
29 123                         return q;
30 124                 }
31 .fi
32
33
34 .SH "Author"
35 .PP 
36 Generated automatically by Doxygen for InspIRCd from the source code.