ReactOS 0.4.16-dev-2546-g56481e1
_TIFFList Struct Reference
Collaboration diagram for _TIFFList:

Public Attributes

voidpData
 
struct _TIFFListpsNext
 

Detailed Description

List element structure.

Definition at line 43 of file tif_hash_set.c.

Member Data Documentation

◆ pData

void* _TIFFList::pData

Pointer to the data object. Should be allocated and freed by the caller.

Definition at line 48 of file tif_hash_set.c.

Referenced by TIFFHashSetGetNewListElt(), and TIFFHashSetInsert().

◆ psNext

struct _TIFFList* _TIFFList::psNext

Pointer to the next element in list. NULL, if current element is the last one.

Definition at line 52 of file tif_hash_set.c.

Referenced by TIFFHashSetGetNewListElt(), TIFFHashSetInsert(), TIFFHashSetRemoveInternal(), TIFFHashSetReturnListElt(), and TIFFListDestroy().


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