S | String type to compare. |
Definition at line 311 of file stringutil.h.
OSB_LIB::LessStr< S >::LessStr | ( | bool | ignoreCase = false |
) | [inline, explicit] |
bool OSB_LIB::LessStr< S >::operator() | ( | const S & | lhs, | |
const S & | rhs | |||
) | const [inline] |
The comparison function.
Definition at line 320 of file stringutil.h.
References OSB_LIB::LessStr< S >::ignoreCase_.
bool OSB_LIB::LessStr< S >::ignoreCase_ [private] |
Flag to ignore the case when comparing the strings.
Definition at line 329 of file stringutil.h.
Referenced by OSB_LIB::LessStr< S >::operator()().