C Container Collection (CCC)
|
A reference to a user type within the container. More...
#include <types.h>
Data Fields | |
void * | user_type |
void * | aux |
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.
void* ccc_user_type::aux |
A reference to aux data provided to the container on initialization.
void* ccc_user_type::user_type |
The user type being stored in the container.