casacore
|
Comparison class that is always true. More...
#include <Compare.h>
Public Member Functions | |
virtual | ~CompareAlwaysTrue () |
virtual int | comp (const void *obj1, const void *obj2) const |
Comparison function that gives always true. 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... | |
Comparison class that is always true.
This class is meant to always give true and can be used to ensure that all the values of a given column are grouped together.
|
virtual |
|
virtual |
Comparison function that gives always true.
Implements casacore::BaseCompare.