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 Namespace Reference

Hashing stuff is totally different on vc++'s hash_map implementation, so to save a buttload of ifdefs we'll just do it all at once. More...


Classes

struct  hash< irc::string >
 Hashing function to hash irc::string. More...
struct  hash< std::string >

Functions

void strlower (char *n)
 Convert a string to lower case respecting RFC1459.


Detailed Description

Hashing stuff is totally different on vc++'s hash_map implementation, so to save a buttload of ifdefs we'll just do it all at once.

Function Documentation

void nspace::strlower char *  n  ) 
 

Convert a string to lower case respecting RFC1459.

Parameters:
n A string to lowercase

Definition at line 61 of file hashcomp.cpp.

References lowermap.