|
ReactOS 0.4.16-dev-2546-g56481e1
|

Public Attributes | |
| void * | pData |
| struct _TIFFList * | psNext |
List element structure.
Definition at line 43 of file tif_hash_set.c.
| 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().
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().