From a79130a1e1c6fc44051acee01f77891c453e436f Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 May 2005 16:44:44 +0000 Subject: Added irc::string git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1394 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/hashcomp.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/hashcomp.h b/include/hashcomp.h index e75e84ef4..a4f341f24 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -53,7 +53,6 @@ namespace nspace }; } - struct StrHashComp { @@ -65,6 +64,17 @@ struct InAddr_HashComp bool operator()(const in_addr &s1, const in_addr &s2) const; }; +namespace irc +{ + struct irc_char_traits : std::char_traits { + static bool eq(char c1st, char c2nd); + static bool ne(char c1st, char c2nd); + static bool lt(char c1st, char c2nd); + static int compare(const char* str1, const char* str2, size_t n); + static const char* find(const char* s1, int n, char c); + }; + typedef basic_string > string; +} #endif -- cgit v1.2.3