1#ifndef JUNO_MAP_TYPES_H
2#define JUNO_MAP_TYPES_H
bool(* JUNO_MAP_KEY_EQUAL_FCN_T)(JUNO_MEMORY_T ptKey1, JUNO_MEMORY_T ptKey2)
Definition map_types.h:16
Definition map_types.h:19
DECLARE_FAILURE_HANDLER
Definition map_types.h:26
size_t zLenHashTable
Definition map_types.h:24
JUNO_MAP_KEY_EQUAL_FCN_T pfcnIsEqual
Definition map_types.h:25
const JUNO_HASH_API_T * ptHashApi
Definition map_types.h:20
JUNO_MEMORY_T * ptMapValues
Definition map_types.h:22
JUNO_MEMORY_T * ptMapKeys
Definition map_types.h:21
size_t zCapacity
Definition map_types.h:23
Structure for an allocated memory segment. Describes the allocated memory with a pointer to the start...
Definition memory_types.h:60