From 877a15fc3db18be9131c886720516eae6f582886 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 1 May 2004 16:54:50 +0000 Subject: Added extra docs to cover OnUserSync etc git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@769 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/structInAddr__HashComp.html | 73 +++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 docs/module-doc/structInAddr__HashComp.html (limited to 'docs/module-doc/structInAddr__HashComp.html') diff --git a/docs/module-doc/structInAddr__HashComp.html b/docs/module-doc/structInAddr__HashComp.html new file mode 100644 index 000000000..ce21c53e3 --- /dev/null +++ b/docs/module-doc/structInAddr__HashComp.html @@ -0,0 +1,73 @@ + + +InAddr_HashComp struct Reference + + + +
+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 135 of file modules.cpp. +

+

00136         {
+00137                 size_t q;
+00138                 size_t p;
+00139                 
+00140                 memcpy(&q,&s1,sizeof(size_t));
+00141                 memcpy(&p,&s2,sizeof(size_t));
+00142                 
+00143                 return (q == p);
+00144         }
+
+


The documentation for this struct was generated from the following file: +
Generated on Sat May 1 17:50:27 2004 for InspIRCd by + +doxygen1.3-rc3
+ + -- cgit v1.2.3