 |
HDF5
1.12.0
|
Go to the documentation of this file.
36 #define H5VL_MAP_CREATE 1
37 #define H5VL_MAP_OPEN 2
38 #define H5VL_MAP_GET_VAL 3
39 #define H5VL_MAP_EXISTS 4
40 #define H5VL_MAP_PUT 5
41 #define H5VL_MAP_GET 6
42 #define H5VL_MAP_SPECIFIC 7
43 #define H5VL_MAP_OPTIONAL 8
44 #define H5VL_MAP_CLOSE 9
86 #ifdef H5_HAVE_MAP_API
100 hid_t val_mem_type_id,
const void *value,
hid_t dxpl_id);
102 hid_t val_mem_type_id,
void *value,
hid_t dxpl_id);
111 const void *key,
hid_t dxpl_id);
117 #ifndef H5_NO_DEPRECATED_SYMBOLS
@ H5VL_MAP_GET_KEY_TYPE
Definition: H5Mpublic.h:55
@ H5VL_MAP_ITER
Definition: H5Mpublic.h:62
herr_t(* H5M_iterate_t)(hid_t map_id, const void *key, void *op_data)
Definition: H5Mpublic.h:67
@ H5VL_MAP_GET_MCPL
Definition: H5Mpublic.h:54
@ H5VL_MAP_GET_MAPL
Definition: H5Mpublic.h:53
@ H5VL_MAP_DELETE
Definition: H5Mpublic.h:63
int64_t hid_t
Definition: H5Ipublic.h:55
@ H5VL_MAP_GET_VAL_TYPE
Definition: H5Mpublic.h:56
H5VL_map_specific_t
Definition: H5Mpublic.h:61
#define H5_DLL
Definition: H5api_adpt.h:234
H5VL_map_get_t
Definition: H5Mpublic.h:52
int herr_t
Definition: H5public.h:128
bool hbool_t
Definition: H5public.h:159
hsize_t
Definition: H5overflow.txt:44
@ H5VL_MAP_GET_COUNT
Definition: H5Mpublic.h:57