|
C Container Collection (CCC)
|
#include <private_types.h>
A handle is the same as an entry but it uses an index into a contiguous region of storage rather than a pointer.
Data Fields | |
| size_t | index |
| enum CCC_Entry_status | status |
| size_t CCC_Handle::index |
The index into the contiguous region of memory.
| enum CCC_Entry_status CCC_Handle::status |
A status to help us decide how to act with the entry.