open_address_file_hash_dictionary.h
Go to the documentation of this file.
1 /******************************************************************************/
35 /******************************************************************************/
36 
37 #if !defined(OPEN_ADDRESS_FILE_DICTIONARY_H_)
38 #define OPEN_ADDRESS_FILE_DICTIONARY_H_
39 
40 #if defined(__cplusplus)
41 extern "C" {
42 #endif
43 
44 #include "../dictionary_types.h"
45 
46 /*edefines file operations for arduino */
47 #include "../../file/sd_stdio_c_iface.h"
48 
49 typedef struct oafdict_cursor {
55 
56 #if defined(__cplusplus)
57 }
58 #endif
59 
60 #endif /* OPEN_ADDRESS_FILE_DICTIONARY_H_ */
int ion_hash_t
The position in the hashmap.
struct oafdict_cursor ion_oafdict_cursor_t
A supertype for dictionary cursor objects.
char ion_cursor_status_t
A type for the status of a cursor.