From 52899de0ff2d62ca0542b243c41626010bf62083 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 25 Mar 2005 03:51:56 +0000 Subject: Documentation update git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/structInAddr__HashComp.html | 46 ++++++++++++++--------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'docs/module-doc/structInAddr__HashComp.html') diff --git a/docs/module-doc/structInAddr__HashComp.html b/docs/module-doc/structInAddr__HashComp.html index 1ee9aae21..70da6e105 100644 --- a/docs/module-doc/structInAddr__HashComp.html +++ b/docs/module-doc/structInAddr__HashComp.html @@ -1,33 +1,33 @@ -InAddr_HashComp struct Reference +InspIRCd: 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. + +
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
bool operator() (const in_addr &s1, const in_addr &s2) const

Member Function Documentation

- +
-
+ - + - + @@ -49,25 +49,25 @@

-Definition at line 135 of file modules.cpp. +Definition at line 150 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         }
+
00151         {
+00152                 size_t q;
+00153                 size_t p;
+00154                 
+00155                 memcpy(&q,&s1,sizeof(size_t));
+00156                 memcpy(&p,&s2,sizeof(size_t));
+00157                 
+00158                 return (q == p);
+00159         }
 
bool InAddr_HashComp::operator() const in_addr &   s1, s1,
const in_addr &   s2 s2

The documentation for this struct was generated from the following file: -
Generated on Sun May 2 00:09:37 2004 for InspIRCd by +
Generated on Fri Mar 25 03:49:32 2005 for InspIRCd by -doxygen1.3-rc3
+doxygen +1.3.3
-- cgit v1.2.3