Cppcheck
|
Classes | |
class | ConstString |
Functions | |
template<unsigned int n> | |
bool | equalN (const char s1[], const char s2[]) |
template<> | |
bool | equalN< 0 > (const char[], const char[]) |
template<unsigned int n> | |
bool | operator== (const std::string &s1, ConstString< n > const &s2) |
template<unsigned int n> | |
bool | operator!= (const std::string &s1, ConstString< n > const &s2) |
template<unsigned int n> | |
ConstString< n > | makeConstString (const char(&s)[n]) |
|
inline |
Definition at line 43 of file matchcompiler.h.
|
inline |
Definition at line 49 of file matchcompiler.h.
|
inline |
Definition at line 67 of file matchcompiler.h.
|
inline |
Definition at line 61 of file matchcompiler.h.
References operator==().
|
inline |
Definition at line 55 of file matchcompiler.h.
Referenced by operator!=().