stringOpsSort.H File Reference

Specialized string sorting. More...

Include dependency graph for stringOpsSort.H:
This graph shows which files directly or indirectly include this file:

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::less< T >
 A list compare binary predicate for natural sort. More...
 
struct  natural_sort::greater< T >
 A list compare binary predicate for reverse natural sort. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 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 More...
 

Detailed Description

Specialized string sorting.

Original source file stringOpsSort.H

InNamespace Foam::stringOps

Source files

Definition in file stringOpsSort.H.