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

nspace::hash< irc::string > Struct Template Reference

Hashing function to hash irc::string. More...

#include <hashcomp.h>

List of all members.

Public Member Functions

size_t operator() (const irc::string &s) const
 Hash an irc::string using RFC1459 case sensitivity rules.


Detailed Description

template<>
struct nspace::hash< irc::string >

Hashing function to hash irc::string.

Definition at line 691 of file hashcomp.h.


Member Function Documentation

size_t nspace::hash< irc::string >::operator() const irc::string s  )  const
 

Hash an irc::string using RFC1459 case sensitivity rules.

Parameters:
s A string to hash
Returns:
The hash value

Definition at line 89 of file hashcomp.cpp.

References lowermap.


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