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 * | any_type |
void * | aux |
void* ccc_any_type::any_type |
The user type being stored in the container.
void* ccc_any_type::aux |
A reference to aux data provided to the container on initialization.