#include <hashcomp.h>
Inheritance diagram for irc::irc_char_traits:
Static Public Member Functions | |
bool | eq (char c1st, char c2nd) |
Check if two chars match. | |
bool | ne (char c1st, char c2nd) |
Check if two chars do NOT match. | |
bool | lt (char c1st, char c2nd) |
Check if one char is less than another. | |
int | compare (const char *str1, const char *str2, size_t n) |
Compare two strings of size n. | |
const char * | find (const char *s1, int n, char c) |
Find a char within a string up to position n. |
This class is used to implement irc::string, a case-insensitive, RFC- comparing string class.
Definition at line 89 of file hashcomp.h.
|
Compare two strings of size n.
|
|
Check if two chars match.
|
|
Find a char within a string up to position n.
|
|
Check if one char is less than another.
|
|
Check if two chars do NOT match.
|