open_address_hash_dictionary.h
Go to the documentation of this file.
1 /******************************************************************************/
35 /******************************************************************************/
36 
37 #if !defined(OPEN_ADDRESS_DICTIONARY_H_)
38 #define OPEN_ADDRESS_DICTIONARY_H_
39 
40 #if defined(__cplusplus)
41 extern "C" {
42 #endif
43 
44 #include "../dictionary_types.h"
45 
46 typedef struct oadict_cursor {
52 
53 #if defined(__cplusplus)
54 }
55 #endif
56 
57 #endif /* OPEN_ADDRESS_DICTIONARY_H_ */
int ion_hash_t
The position in the hashmap.
ion_cursor_status_t status
A supertype for dictionary cursor objects.
struct oadict_cursor ion_oadict_cursor_t
char ion_cursor_status_t
A type for the status of a cursor.