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 --- .../structirc_1_1InAddr__HashComp-members.html | 15 +++++ docs/module-doc/structirc_1_1InAddr__HashComp.html | 75 ++++++++++++++++++++++ .../structirc_1_1StrHashComp-members.html | 15 +++++ docs/module-doc/structirc_1_1StrHashComp.html | 75 ++++++++++++++++++++++ 4 files changed, 180 insertions(+) create mode 100644 docs/module-doc/structirc_1_1InAddr__HashComp-members.html create mode 100644 docs/module-doc/structirc_1_1InAddr__HashComp.html create mode 100644 docs/module-doc/structirc_1_1StrHashComp-members.html create mode 100644 docs/module-doc/structirc_1_1StrHashComp.html (limited to 'docs/module-doc') diff --git a/docs/module-doc/structirc_1_1InAddr__HashComp-members.html b/docs/module-doc/structirc_1_1InAddr__HashComp-members.html new file mode 100644 index 000000000..717d6f23a --- /dev/null +++ b/docs/module-doc/structirc_1_1InAddr__HashComp-members.html @@ -0,0 +1,15 @@ + + +InspIRCd: Member List + + + +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members
+

irc::InAddr_HashComp Member List

This is the complete list of members for irc::InAddr_HashComp, including all inherited members. + +
operator()(const in_addr &s1, const in_addr &s2) constirc::InAddr_HashComp

Generated on Sun May 15 18:39:25 2005 for InspIRCd by + +doxygen +1.3.3
+ + diff --git a/docs/module-doc/structirc_1_1InAddr__HashComp.html b/docs/module-doc/structirc_1_1InAddr__HashComp.html new file mode 100644 index 000000000..059344406 --- /dev/null +++ b/docs/module-doc/structirc_1_1InAddr__HashComp.html @@ -0,0 +1,75 @@ + + +InspIRCd: irc::InAddr_HashComp struct Reference + + + +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members
+

irc::InAddr_HashComp Struct Reference

This class returns true if two in_addr structs match. +More... +

+#include <hashcomp.h> +

+List of all members. + + + + + +

Public Member Functions

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

+


Detailed Description

+This class returns true if two in_addr structs match. +

+Checking is done by copying both into a size_t then doing a numeric comparison of the two. +

+ +

+Definition at line 77 of file hashcomp.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
bool irc::InAddr_HashComp::operator() const in_addr &  s1,
const in_addr &  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:25 2005 for InspIRCd by + +doxygen +1.3.3
+ + diff --git a/docs/module-doc/structirc_1_1StrHashComp-members.html b/docs/module-doc/structirc_1_1StrHashComp-members.html new file mode 100644 index 000000000..e0fa151ba --- /dev/null +++ b/docs/module-doc/structirc_1_1StrHashComp-members.html @@ -0,0 +1,15 @@ + + +InspIRCd: Member List + + + +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members
+

irc::StrHashComp Member List

This is the complete list of members for irc::StrHashComp, including all inherited members. + +
operator()(const std::string &s1, const std::string &s2) constirc::StrHashComp

Generated on Sun May 15 18:39:26 2005 for InspIRCd by + +doxygen +1.3.3
+ + 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