![]() |
Leptonica 1.85.0
Image processing and image analysis suite
|
#include <hashmap.h>
Data Fields | |
| l_int32 | nitems |
| l_int32 | ntogo |
| l_int32 | maxocc |
| struct L_Hashitem ** | hashtab |
| l_int32 | tabsize |
| struct L_Hashitem** L_Hashmap::hashtab |
array of hash item ptrs
Definition at line 106 of file hashmap.h.
Referenced by l_dnaMakeHistoByHmap(), l_dnaRemoveDupsByHmap(), ptaRemoveDupsByHmap(), and sarrayRemoveDupsByHmap().
| l_int32 L_Hashmap::ntogo |
| l_int32 L_Hashmap::tabsize |
size of array of hash item ptrs
Definition at line 107 of file hashmap.h.
Referenced by l_dnaMakeHistoByHmap(), l_dnaRemoveDupsByHmap(), ptaRemoveDupsByHmap(), and sarrayRemoveDupsByHmap().