mcl_store.h
Go to the documentation of this file.
1 
20 #ifndef MCL_STORE_H_
21 #define MCL_STORE_H_
22 
24 
25 #ifdef __cplusplus
26 extern "C"
27 {
28 #endif
29 
33 typedef struct mcl_store_t mcl_store_t;
34 
51 
66 
78 
79 #ifdef __cplusplus
80 }
81 #endif
82 
83 #endif //MCL_STORE_H_
#define MCL_CONNECTIVITY_EXPORT
MCL_CONNECTIVITY_EXPORT mcl_error_t mcl_store_initialize(mcl_store_t **store)
Definition: store.c:30
mcl_int32_t mcl_error_t
MCL_CONNECTIVITY_EXPORT void mcl_store_destroy(mcl_store_t **store)
Definition: store.c:81
MCL_CONNECTIVITY_EXPORT mcl_error_t mcl_store_add(mcl_store_t *store, void *item)
Definition: store.c:58
struct mcl_store_t mcl_store_t
Definition: mcl_store.h:33
Common module interface header file.