Doxygen
|
#include <src/filename.h>
Public Member Functions | |
std::size_t | operator() (const std::string &input) const noexcept |
used as hash function | |
bool | operator() (const std::string &t1, const std::string &t2) const |
used as equal operator | |
Private Member Functions | |
std::string | searchKey (const std::string &input) const |
Custom combined key compare and hash functor that uses a lower case string in case CASE_SENSE_NAMES is set to NO.
Definition at line 45 of file filename.h.
|
inlinenoexcept |
|
inline |
|
inlineprivate |
Definition at line 59 of file filename.h.
References convertUTF8ToLower(), and getCaseSenseNames().
Referenced by operator()(), and operator()().