|
ARB
|

Go to the source code of this file.
Classes | |
| struct | comparator |
Functions | |
| static int | qsort_compare (const void *v1, const void *v2) |
| void | GB_sort (void **array, size_t first, size_t behind_last, gb_compare_function compare, void *client_data) |
| int | GB_string_comparator (const void *v0, const void *v1, void *) |
Variables | |
| static comparator | Compare |
|
static |
Definition at line 23 of file arb_sort.cxx.
References comparator::client_data, and comparator::compare.
Referenced by GB_sort().
| void GB_sort | ( | void ** | array, |
| size_t | first, | ||
| size_t | behind_last, | ||
| gb_compare_function | compare, | ||
| void * | client_data | ||
| ) |
Definition at line 27 of file arb_sort.cxx.
References arb_assert, comparator::client_data, comparator::compare, and qsort_compare().
Referenced by MatrixOrder::applyTo(), QUERY::DbQuery_update_list(), do_extract_words(), get_sorted_hash_values(), pt_sort_match_list(), resort_data_base(), CharPtrArray::sort(), sort_tprobes_by(), and AW_selection_list::sortCustom().
| int GB_string_comparator | ( | const void * | v0, |
| const void * | v1, | ||
| void * | |||
| ) |
Definition at line 47 of file arb_sort.cxx.
Referenced by do_extract_words(), GBS_read_dir(), and get_SAI_groups().
|
static |
Definition at line 21 of file arb_sort.cxx.
1.8.8