casacore
|
Case-insensitive string comparison class. More...
#include <Compare.h>
Public Member Functions | |
virtual | ~CompareNoCase () |
virtual int | comp (const void *obj1, const void *obj2) const |
Compare the left and right string value in a case-insensitive way. More... | |
Public Member Functions inherited from casacore::BaseCompare | |
virtual | ~BaseCompare () |
virtual DataType | dataType () const |
Get the data type of a straight-forward sort comparison in ObjCompare. More... | |
Case-insensitive string comparison class.
Public interface
This class is meant for an case-insensitive comparison in a sort or table iteration.
|
virtual |
|
virtual |
Compare the left and right string value in a case-insensitive way.
Implements casacore::BaseCompare.