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

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


The documentation for this struct was generated from the following file:
Generated on Mon Apr 4 18:12:54 2005 for InspIRCd by doxygen 1.3.3