The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class 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 87 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.

Definition at line 98 of file hashcomp.cpp.

References rfc_case_insensitive_map.


The documentation for this struct was generated from the following files: