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

Public Attributes

TIFFHashSetHashFunc fnHashFunc
 
TIFFHashSetEqualFunc fnEqualFunc
 
TIFFHashSetFreeEltFunc fnFreeEltFunc
 
TIFFList ** tabList
 
int nSize
 
int nIndiceAllocatedSize
 
int nAllocatedSize
 
TIFFListpsRecyclingList
 
int nRecyclingListSize
 
bool bRehash
 

Detailed Description

Definition at line 55 of file tif_hash_set.c.

Member Data Documentation

◆ bRehash

bool _TIFFHashSet::bRehash

Definition at line 66 of file tif_hash_set.c.

◆ fnEqualFunc

TIFFHashSetEqualFunc _TIFFHashSet::fnEqualFunc

Definition at line 58 of file tif_hash_set.c.

◆ fnFreeEltFunc

TIFFHashSetFreeEltFunc _TIFFHashSet::fnFreeEltFunc

Definition at line 59 of file tif_hash_set.c.

◆ fnHashFunc

TIFFHashSetHashFunc _TIFFHashSet::fnHashFunc

Definition at line 57 of file tif_hash_set.c.

◆ nAllocatedSize

int _TIFFHashSet::nAllocatedSize

Definition at line 63 of file tif_hash_set.c.

◆ nIndiceAllocatedSize

int _TIFFHashSet::nIndiceAllocatedSize

Definition at line 62 of file tif_hash_set.c.

◆ nRecyclingListSize

int _TIFFHashSet::nRecyclingListSize

Definition at line 65 of file tif_hash_set.c.

◆ nSize

int _TIFFHashSet::nSize

Definition at line 61 of file tif_hash_set.c.

◆ psRecyclingList

TIFFList* _TIFFHashSet::psRecyclingList

Definition at line 64 of file tif_hash_set.c.

◆ tabList

TIFFList** _TIFFHashSet::tabList

Definition at line 60 of file tif_hash_set.c.


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