Specialized string sorting. More...


Go to the source code of this file.
Classes | |
| struct | natural_sort |
| Encapsulation of natural order sorting for algorithms. More... | |
| struct | natural_sort::reverse |
| Reverse natural sorting. More... | |
| struct | natural_sort::list_less< T > |
| A UList compare binary predicate for natural sort. More... | |
| struct | natural_sort::list_greater< T > |
| A Ulist compare binary predicate for reverse natural sort. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
| namespace | Foam::stringOps |
| Collection of static functions for various string-related operations. | |
Functions | |
| int | natstrcmp (const char *s1, const char *s2) |
| 'Natural' compare for C-strings | |
Specialized string sorting.
Original source file stringOpsSort.H
InNamespace Foam::stringOps
Definition in file stringOpsSort.H.