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< std::string > Struct Template Reference

#include <hashcomp.h>

List of all members.

Public Member Functions

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


Detailed Description

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

Definition at line 700 of file hashcomp.h.


Member Function Documentation

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

Hash a std::string using RFC1459 case sensitivity rules.

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

Definition at line 71 of file hashcomp.cpp.

References lowermap.


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