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

InAddr_HashComp Struct Reference

List of all members.

Public Member Functions

bool operator() (const in_addr &s1, const in_addr &s2) const

Member Function Documentation

bool InAddr_HashComp::operator() const in_addr &  s1,
const in_addr &  s2
const [inline]
 

Definition at line 159 of file modules.cpp.

00160         {
00161                 size_t q;
00162                 size_t p;
00163                 
00164                 memcpy(&q,&s1,sizeof(size_t));
00165                 memcpy(&p,&s2,sizeof(size_t));
00166                 
00167                 return (q == p);
00168         }


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