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

The type passed by reference to any container function that may need to modify 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 modify elements. The context pointer is passed as the context argument of the CCC_Arguments type, when provided.

Data Fields

CCC_Modifier_interfacemodify
 
void * context
 

Field Documentation

◆ context

void* CCC_Modifier::context

Additional state to pass to the modification.

◆ modify

CCC_Modifier_interface* CCC_Modifier::modify

The modifier function to be passed to operation.


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