|
C Container Collection (CCC)
|
An Occupied or Vacant position in a searchable container. More...
#include <types.h>
An Occupied or Vacant position in a searchable container.
A entry is the basis for more complex container specific Entry Interface for all search-by-key containers. An entry is returned from various operations to provide both a reference to data and any context status that is important for the user. An entry can be Occupied or Vacant. See individual headers for containers that return this type for its meaning in context.
Data Fields | |
| void * | type |
| CCC_Entry_status | status |
| CCC_Entry_status CCC_Entry::status |
A status to help us decide how to act with the entry.
| void* CCC_Entry::type |
The user type that belongs at this container location.