|
Cppcheck
|
#include <string>Go to the source code of this file.
Classes | |
| class | MatchCompiler::ConstString< n > |
Namespaces | |
| MatchCompiler | |
Functions | |
| template<unsigned int n> | |
| bool | MatchCompiler::equalN (const char s1[], const char s2[]) |
| template<> | |
| bool | MatchCompiler::equalN< 0 > (const char[], const char[]) |
| template<unsigned int n> | |
| bool | MatchCompiler::operator== (const std::string &s1, ConstString< n > const &s2) |
| template<unsigned int n> | |
| bool | MatchCompiler::operator!= (const std::string &s1, ConstString< n > const &s2) |
| template<unsigned int n> | |
| ConstString< n > | MatchCompiler::makeConstString (const char(&s)[n]) |