|
C Container Collection (CCC)
|
A reference to a user type within the container. More...
#include <types.h>
A reference to a user type within the container.
This is to help users define callback functions that act on each node in a container. For example, a destruct function will use this type.
Data Fields | |
| void * | type |
| void * | context |
| void* CCC_Type_context::context |
A reference to context provided to the container on initialization.
| void* CCC_Type_context::type |
The user type being stored in the container.