|
C Container Collection (CCC)
|
The type passed by reference to any container function that may need to compare keys. The context pointer is passed as the context argument of the CCC_Key_comparator_arguments type, when provided.
More...
#include <types.h>
The type passed by reference to any container function that may need to compare keys. The context pointer is passed as the context argument of the CCC_Key_comparator_arguments type, when provided.
Data Fields | |
| CCC_Key_comparator_interface * | compare |
| void * | context |
| CCC_Key_comparator_interface* CCC_Key_comparator::compare |
The comparison function to be passed to comparing operation.
| void* CCC_Key_comparator::context |
Additional state to pass to the comparison.