#include <stringNew.h>
Definition at line 178 of file stringNew.h.
template<typename T1 , typename T2 >
static int pfc::string::comparatorCaseInsensitiveASCII::compare |
( |
T1 const & |
v1, |
|
|
T2 const & |
v2 |
|
) |
| |
|
inlinestatic |
Definition at line 181 of file stringNew.h.
static const char * myStringToPtr(const T &val)
static int compare_ex(string_part_ref v1, string_part_ref v2)
int stricmp_ascii(const char *s1, const char *s2)
static string_part_ref stringToRef(T const &val)
Definition at line 188 of file stringNew.h.
int stricmp_ascii_ex(const char *const s1, t_size const len1, const char *const s2, t_size const len2)
static int pfc::string::comparatorCaseInsensitiveASCII::compare_ex |
( |
const char * |
v1, |
|
|
t_size |
l1, |
|
|
const char * |
v2, |
|
|
t_size |
l2 |
|
) |
| |
|
inlinestatic |
Definition at line 191 of file stringNew.h.
int stricmp_ascii_ex(const char *const s1, t_size const len1, const char *const s2, t_size const len2)
The documentation for this class was generated from the following file: