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

An Occupied or Vacant position in a searchable container. More...

#include <types.h>

Detailed Description

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
 

Field Documentation

◆ status

CCC_Entry_status CCC_Entry::status

A status to help us decide how to act with the entry.

◆ type

void* CCC_Entry::type

The user type that belongs at this container location.


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