#include "inspircd_config.h"
#include <ext/hash_map>
Include dependency graph for hashcomp.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | nspace |
namespace | irc |
Classes | |
struct | nspace::hash< in_addr > |
struct | nspace::hash< string > |
struct | irc::StrHashComp |
This class returns true if two strings match. More... | |
struct | irc::InAddr_HashComp |
This class returns true if two in_addr structs match. More... | |
struct | irc::irc_char_traits |
The irc_char_traits class is used for RFC-style comparison of strings. More... | |
Defines | |
#define | nspace __gnu_cxx |
Typedefs | |
typedef basic_string< char, irc_char_traits, allocator< char > > | irc::string |
This typedef declares irc::string based upon irc_char_traits. |
|
Definition at line 44 of file hashcomp.h. |