Types

Types — Types that is used in test.

Synopsis

void                (*CutDestroyFunction)               (void *data);

Description

There are some types to be used in test.

Details

CutDestroyFunction ()

void                (*CutDestroyFunction)               (void *data);

Specifies the type of function which is called when a data element is destroyed. It is passed the pointer to the data element and should free any memory and resources allocated for it.

data :

the data element to be destroyed.