C Container Collection (CCC)
Loading...
Searching...
No Matches
CCC_Array_adaptive_map_handle Struct Reference

#include <private_array_adaptive_map.h>

Collaboration diagram for CCC_Array_adaptive_map_handle:

Detailed Description

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_mapmap
 
size_t index
 
CCC_Order last_order
 
CCC_Entry_status status
 

Field Documentation

◆ index

size_t CCC_Array_adaptive_map_handle::index

Current index of the handle.

◆ last_order

CCC_Order CCC_Array_adaptive_map_handle::last_order

Saves last comparison direction.

◆ map

struct CCC_Array_adaptive_map* CCC_Array_adaptive_map_handle::map

Map associated with this handle.

◆ status

CCC_Entry_status CCC_Array_adaptive_map_handle::status

The entry status flag.


The documentation for this struct was generated from the following file: