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 120 of file modules.cpp.

00121                 {
00122                         size_t q;
00123                         memcpy(&q,&a,sizeof(size_t));
00124                         return q;
00125                 }


The documentation for this struct was generated from the following file:
Generated on Sat May 7 15:34:29 2005 for InspIRCd by doxygen 1.3.3