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

A reference to a user type within the container. More...

#include <types.h>

Data Fields

void * user_type
 
void * aux
 

Detailed Description

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.

Field Documentation

◆ aux

void* ccc_user_type::aux

A reference to aux data provided to the container on initialization.

◆ user_type

void* ccc_user_type::user_type

The user type being stored in the container.


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