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

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

#include <types.h>

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.

Data Fields

void * any_type
 
void * aux
 

Field Documentation

◆ any_type

void* ccc_any_type::any_type

The user type being stored in the container.

◆ aux

void* ccc_any_type::aux

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


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