Woolz Image Processing  Version 1.7.5
_AlcDLPItem Struct Reference

A doubly linked list item. Typedef: AlcDLPItem. More...

Data Fields

void(* freeFn )(void *)
 
void * entry
 
struct _AlcDLPItemnext
 
struct _AlcDLPItemprev
 

Detailed Description

A doubly linked list item. Typedef: AlcDLPItem.

Field Documentation

void(* _AlcDLPItem::freeFn) (void *)

Function to free list item, may be NULL

Referenced by AlcDLPItemFree(), AlcDLPItemNew(), and AlcDLPListFree().

struct _AlcDLPItem* _AlcDLPItem::prev

The previous item in the list, towards the head of the list

Referenced by AlcDLPItemAppend(), AlcDLPItemInsert(), AlcDLPItemUnlink(), AlcDLPListEntryAppend(), AlcDLPListEntryInsert(), AlcDLPListIterate(), and AlcDLPListSort().


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