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

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


The documentation for this struct was generated from the following file:
Generated on Fri Apr 15 14:50:52 2005 for InspIRCd by doxygen 1.3.3