 |
HDF5
1.12.0
|
Go to the documentation of this file.
19 #if !(defined H5VL_FRIEND || defined H5VL_MODULE)
20 #error "Do not include this file outside the H5VL package!"
int ssize_t
Definition: H5public.h:167
iblock size
Definition: H5EAcache.c:787
H5_DLL hid_t H5VL__register_connector_by_name(const char *name, hbool_t app_ref, hid_t vipl_id)
Definition: H5VLint.c:1225
H5_DLL herr_t H5VL__connector_str_to_info(const char *str, hid_t connector_id, void **info)
Definition: H5VLint.c:1590
int htri_t
Definition: H5public.h:160
int64_t hid_t
Definition: H5Ipublic.h:55
H5_DLL hid_t H5VL__register_connector(const H5VL_class_t *cls, hbool_t app_ref, hid_t vipl_id)
Definition: H5VLint.c:1174
int H5VL_class_value_t
Definition: H5VLpublic.h:49
H5_DLL htri_t H5VL__is_connector_registered_by_name(const char *name)
Definition: H5VLint.c:1341
H5_DLL hid_t H5VL__peek_connector_id_by_value(H5VL_class_value_t value)
Definition: H5VLint.c:1552
H5_DLL hid_t H5VL__peek_connector_id_by_name(const char *name)
Definition: H5VLint.c:1515
H5_DLL hid_t H5VL__get_connector_id(hid_t obj_id, hbool_t is_api)
Definition: H5VLint.c:1417
H5_DLL hid_t H5VL__register_connector_by_value(H5VL_class_value_t value, hbool_t app_ref, hid_t vipl_id)
Definition: H5VLint.c:1285
#define H5_DLL
Definition: H5api_adpt.h:234
Definition: H5VLconnector.h:463
H5_DLL hid_t H5VL__get_connector_id_by_value(H5VL_class_value_t value, hbool_t is_api)
Definition: H5VLint.c:1483
H5_DLL htri_t H5VL__is_connector_registered_by_value(H5VL_class_value_t value)
Definition: H5VLint.c:1378
H5_DLL ssize_t H5VL__get_connector_name(hid_t id, char *name, size_t size)
Definition: H5VLint.c:1631
int herr_t
Definition: H5public.h:128
bool hbool_t
Definition: H5public.h:159
H5_DLL hid_t H5VL__get_connector_id_by_name(const char *name, hbool_t is_api)
Definition: H5VLint.c:1452