From 4d5a17380bc71cabe544b41c7c8a26a292384f3d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 May 2005 17:05:15 +0000 Subject: Added docs for hashcomp git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1396 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/structStrHashComp.html | 39 ++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 18 deletions(-) (limited to 'docs/module-doc/structStrHashComp.html') diff --git a/docs/module-doc/structStrHashComp.html b/docs/module-doc/structStrHashComp.html index 9c06b5618..23f3e82ef 100644 --- a/docs/module-doc/structStrHashComp.html +++ b/docs/module-doc/structStrHashComp.html @@ -4,14 +4,27 @@ -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members
-

StrHashComp Struct Reference

List of all members. +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members
+

StrHashComp Struct Reference

This class returns true if two strings match. +More... +

+#include <hashcomp.h> +

+List of all members.

+

Public Member Functions

bool operator() (const string &s1, const string &s2) const
 The operator () does the actual comparison in hash_map.

-

Member Function Documentation

+

Detailed Description

+This class returns true if two strings match. +

+Case sensitivity is ignored, and the RFC 'character set' is adhered to +

+ +

+Definition at line 60 of file hashcomp.h.


Member Function Documentation

@@ -32,7 +45,7 @@ - +
const [inline] const
@@ -47,24 +60,14 @@

- -

-Definition at line 156 of file modules.cpp. +The operator () does the actual comparison in hash_map.

-

00157         {
-00158                 char a[MAXBUF],b[MAXBUF];
-00159                 strlcpy(a,s1.c_str(),MAXBUF);
-00160                 strlcpy(b,s2.c_str(),MAXBUF);
-00161                 strlower(a);
-00162                 strlower(b);
-00163                 return (strcasecmp(a,b) == 0);
-00164         }
-
+
The documentation for this struct was generated from the following file: -
Generated on Fri May 13 15:49:57 2005 for InspIRCd by +
  • hashcomp.h +
    Generated on Sun May 15 17:03:46 2005 for InspIRCd by doxygen 1.3.3
    -- cgit v1.2.3