C Container Collection (CCC)
Loading...
Searching...
No Matches
CCC_Type_context 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 * type
 
void * context
 

Field Documentation

◆ context

void* CCC_Type_context::context

A reference to context provided to the container on initialization.

◆ type

void* CCC_Type_context::type

The user type being stored in the container.


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