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 @@
-Public Member Functions | |
| bool | operator() (const string &s1, const string &s2) const |
| The operator () does the actual comparison in hash_map. | |
+Case sensitivity is ignored, and the RFC 'character set' is adhered to +
+ +
+Definition at line 60 of file hashcomp.h.
| ) | - const [inline] |
+ const | |||
- -
-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 }
-
1.3.3
--
cgit v1.3.1-10-gc9f91