#include <ncbistr.hpp>
Used as arguments to template functions for specifying the type of comparison.
Definition at line 3082 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 ignoring case. | |
|
||||||||||||||||
|
Return difference between "s1" and "s2".
Definition at line 3709 of file ncbistr.hpp. References NStr::Compare(), and NStr::eNocase. Referenced by PNocase_Generic< T >::Equals(), and PNocase_Generic< T >::Less(). |
|
||||||||||||||||
|
Return TRUE if s1 == s2.
Definition at line 3723 of file ncbistr.hpp. References PNocase_Generic< T >::Compare(). |
|
||||||||||||||||
|
Return TRUE if s1 < s2.
Definition at line 3716 of file ncbistr.hpp. References PNocase_Generic< T >::Compare(). Referenced by IDictionary::SAlternatesByScore::operator()(), and PNocase_Generic< T >::operator()(). |
|
||||||||||||||||
|
Return TRUE if s1 < s2 ignoring case.
Definition at line 3730 of file ncbistr.hpp. References PNocase_Generic< T >::Less(). |
1.4.6
Modified on Mon Dec 07 16:24:29 2009 by modify_doxy.py rev. 173732