From d5fed3976bba0f1082522da9b79b6b1cc93d4c56 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 May 2005 19:33:39 +0000 Subject: Updated to keep lowermap const within hashcomp.cpp Updated docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1401 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/structirc_1_1StrHashComp.html | 75 +++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 docs/module-doc/structirc_1_1StrHashComp.html (limited to 'docs/module-doc/structirc_1_1StrHashComp.html') diff --git a/docs/module-doc/structirc_1_1StrHashComp.html b/docs/module-doc/structirc_1_1StrHashComp.html new file mode 100644 index 000000000..c9b651972 --- /dev/null +++ b/docs/module-doc/structirc_1_1StrHashComp.html @@ -0,0 +1,75 @@ + + +InspIRCd: irc::StrHashComp struct Reference + + + +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members
+

irc::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 std::string &s1, const std::string &s2) const
 The operator () does the actual comparison in hash_map.

+


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 65 of file hashcomp.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
bool irc::StrHashComp::operator() const std::string &  s1,
const std::string &  s2
const
+
+ + + + + +
+   + + +

+The operator () does the actual comparison in hash_map. +

+

+


The documentation for this struct was generated from the following file: +
Generated on Sun May 15 18:39:26 2005 for InspIRCd by + +doxygen +1.3.3
+ + -- cgit v1.2.3