Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/structcasa_1_1Compare__global__functions__ObjCompareFunc.html
Дата изменения: Unknown Дата индексирования: Tue Feb 15 00:38:29 2011 Кодировка: Поисковые слова: topography |
signature of comparison functions More...
#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.
Definition at line 50 of file Compare.h.
typedef int casa::Compare_global_functions_ObjCompareFunc::ObjCompareFunc(const void *, const void *) |