|
C Container Collection (CCC)
|
#include <private_array_adaptive_map.h>

A handle is like an entry but if the handle is Occupied, we can guarantee the user that their element will not move from the provided index.
Data Fields | |
| struct CCC_Array_adaptive_map * | map |
| size_t | index |
| CCC_Order | last_order |
| CCC_Entry_status | status |
| size_t CCC_Array_adaptive_map_handle::index |
Current index of the handle.
| CCC_Order CCC_Array_adaptive_map_handle::last_order |
Saves last comparison direction.
| struct CCC_Array_adaptive_map* CCC_Array_adaptive_map_handle::map |
Map associated with this handle.
| CCC_Entry_status CCC_Array_adaptive_map_handle::status |
The entry status flag.