Classes | |
| struct | doj::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(), doj::alphanum_less::operator()(), SortFilename::operator()(), and SortWxFilenames(). |
|
||||||||||||
|
Definition at line 44 of file alphanum.cpp. Referenced by alphanum_comp(). |
1.3.9.1