casacore
|
#include <Compare.h>
Public Types | |
typedef int | ObjCompareFunc(const void *, const void *) |
signature of comparison functions
Public interface
This typedef defines the signature of the comparison functions used in, for instance, the Sort class: functions with two const void*
arguments returning an int
value. One such function is defined in the ObjCompare class.
typedef int casacore::Compare_global_functions_ObjCompareFunc::ObjCompareFunc(const void *, const void *) |