|
Data Fields |
|
const void * | data_array |
|
unsigned int | size_of_element |
|
int | curr_left_index |
|
int | curr_right_index |
|
void * | temp1 |
|
void * | temp2 |
|
void *(* | getElement )(const void *array, unsigned int index) |
|
void(* | addElements )(const void *sum, const void *p1, const void *p2) |
|
int(* | cmpElements )(const void *p1, const void *p2) |