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

The type passed by reference to any container function that may need to destroy elements. The context pointer is passed as the context argument of the CCC_Arguments type, when provided. More...

#include <types.h>

Detailed Description

The type passed by reference to any container function that may need to destroy elements. The context pointer is passed as the context argument of the CCC_Arguments type, when provided.

Data Fields

CCC_Destructor_interfacedestroy
 
void * context
 

Field Documentation

◆ context

void* CCC_Destructor::context

Additional state to pass to the comparison.

◆ destroy

CCC_Destructor_interface* CCC_Destructor::destroy

The comparison function to be passed to comparing operation.


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