

| T | Class or struct to sort, it must have a member function name() returning S. | |
| S | The type returned by the member function T::name(). |
Definition at line 373 of file stringutil.h.
| OSB_LIB::LessName< T, S >::LessName | ( | bool | ignoreCase = false |
) | [inline, explicit] |
| bool OSB_LIB::LessName< T, S >::operator() | ( | const T & | lhs, | |
| const T & | rhs | |||
| ) | const [inline] |
The comparison function.
Definition at line 382 of file stringutil.h.
References OSB_LIB::LessName< T, S >::ignoreCase_.
bool OSB_LIB::LessName< T, S >::ignoreCase_ [private] |
Flag to ignore the case when comparing the 2 names.
Definition at line 391 of file stringutil.h.
Referenced by OSB_LIB::LessName< T, S >::operator()().
1.4.7