#include <stringNew.h>
Definition at line 150 of file stringNew.h.
template<typename T1 , typename T2 >
static int pfc::string::comparatorCaseSensitive::compare |
( |
T1 const & |
v1, |
|
|
T2 const & |
v2 |
|
) |
| |
|
inlinestatic |
Definition at line 153 of file stringNew.h.
static int compare_ex(string_part_ref v1, string_part_ref v2)
static const char * myStringToPtr(const T &val)
static string_part_ref stringToRef(T const &val)
Definition at line 160 of file stringNew.h.
161 return strcmp_ex(v1.m_ptr, v1.m_len, v2.m_ptr, v2.m_len);
int strcmp_ex(const char *p1, t_size n1, const char *p2, t_size n2)
static int pfc::string::comparatorCaseSensitive::compare_ex |
( |
const char * |
v1, |
|
|
t_size |
l1, |
|
|
const char * |
v2, |
|
|
t_size |
l2 |
|
) |
| |
|
inlinestatic |
Definition at line 163 of file stringNew.h.
int strcmp_ex(const char *p1, t_size n1, const char *p2, t_size n2)
The documentation for this class was generated from the following file: