ReactOS 0.4.15-dev-7991-ge77da17
FT_HashRec_ Struct Reference

#include <fthash.h>

Collaboration diagram for FT_HashRec_:

Public Attributes

FT_UInt limit
 
FT_UInt size
 
FT_UInt used
 
FT_Hash_LookupFunc lookup
 
FT_Hash_CompareFunc compare
 
FT_Hashnodetable
 

Detailed Description

Definition at line 79 of file fthash.h.

Member Data Documentation

◆ compare

FT_Hash_CompareFunc FT_HashRec_::compare

Definition at line 86 of file fthash.h.

◆ limit

FT_UInt FT_HashRec_::limit

Definition at line 81 of file fthash.h.

◆ lookup

FT_Hash_LookupFunc FT_HashRec_::lookup

Definition at line 85 of file fthash.h.

◆ size

FT_UInt FT_HashRec_::size

Definition at line 82 of file fthash.h.

◆ table

FT_Hashnode* FT_HashRec_::table

Definition at line 88 of file fthash.h.

◆ used

FT_UInt FT_HashRec_::used

Definition at line 83 of file fthash.h.


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