#include <ncbistr.hpp>
Used as arguments to template functions for specifying the type of comparison.
Definition at line 3052 of file ncbistr.hpp.
Public Member Functions | |
| int | Compare (const T &s1, const T &s2) const |
| Return difference between "s1" and "s2". | |
| bool | Less (const T &s1, const T &s2) const |
| Return TRUE if s1 < s2. | |
| bool | Equals (const T &s1, const T &s2) const |
| Return TRUE if s1 == s2. | |
| bool | operator() (const T &s1, const T &s2) const |
| Return TRUE if s1 < s2. | |
|
||||||||||||||||
|
Return difference between "s1" and "s2".
Definition at line 3674 of file ncbistr.hpp. References NStr::Compare(), and NStr::eCase. Referenced by PCase_Generic< T >::Equals(), and PCase_Generic< T >::Less(). |
|
||||||||||||||||
|
Return TRUE if s1 == s2.
Definition at line 3688 of file ncbistr.hpp. References PCase_Generic< T >::Compare(). |
|
||||||||||||||||
|
Return TRUE if s1 < s2.
Definition at line 3681 of file ncbistr.hpp. References PCase_Generic< T >::Compare(). Referenced by PCase_Generic< T >::operator()(). |
|
||||||||||||||||
|
Return TRUE if s1 < s2.
Definition at line 3695 of file ncbistr.hpp. References PCase_Generic< T >::Less(). |
1.4.6
Modified on Wed Dec 09 08:20:15 2009 by modify_doxy.py rev. 173732