Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

nspace::hash< in_addr > Struct Template Reference

List of all members.

Public Member Functions

size_t operator() (const struct in_addr &a) const

template<>
struct nspace::hash< in_addr >


Member Function Documentation

size_t nspace::hash< in_addr >::operator() const struct in_addr &    a const [inline]
 

Definition at line 97 of file modules.cpp.

00098                 {
00099                         size_t q;
00100                         memcpy(&q,&a,sizeof(size_t));
00101                         return q;
00102                 }


The documentation for this struct was generated from the following file:
Generated on Sun May 2 00:09:47 2004 for InspIRCd by doxygen1.3-rc3