#include <Compare.h>
Part of API
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.
Definition at line 50 of file Compare.h.
Public Types | |
| typedef int | ObjCompareFunc (const void *, const void *) |
| typedef int casa::Compare_global_functions_ObjCompareFunc::ObjCompareFunc(const void *, const void *) |
1.5.1