|
Hugin trunk 0.1
|
Classes | |
| struct | alphanum_less |
| Functor class to compare two objects with the "Alphanum
Algorithm". More... | |
Functions | |
| int | alphanum_impl (const char *l, const char *r) |
| int | alphanum_comp (const std::string &l, const std::string &r) |
| Compare l and r with the same semantics as strcmp(), but with the "Alphanum Algorithm" which produces more human-friendly results. | |
| int | alphanum_comp (const char *l, const char *r) |
Definition at line 124 of file alphanum.cpp.
References alphanum_impl().
Compare l and r with the same semantics as strcmp(), but with the "Alphanum Algorithm" which produces more human-friendly results.
Definition at line 119 of file alphanum.cpp.
References alphanum_impl().
Referenced by checkVersion(), comparePluginItem(), compareVersion(), SortFilename::operator()(), doj::alphanum_less::operator()(), and SortWxFilenames().
Definition at line 44 of file alphanum.cpp.
References threshold().
Referenced by alphanum_comp(), and alphanum_comp().