HDF5 1.14.5
API Reference
|
#include <src/H5VLconnector.h>
Data Fields | |
herr_t(* | wait )(void *req, uint64_t timeout, H5VL_request_status_t *status) |
herr_t(* | notify )(void *req, H5VL_request_notify_t cb, void *ctx) |
herr_t(* | cancel )(void *req, H5VL_request_status_t *status) |
herr_t(* | specific )(void *req, H5VL_request_specific_args_t *args) |
herr_t(* | optional )(void *req, H5VL_optional_args_t *args) |
herr_t(* | free )(void *req) |
herr_t(* cancel) (void *req, H5VL_request_status_t *status) |
herr_t(* free) (void *req) |
herr_t(* notify) (void *req, H5VL_request_notify_t cb, void *ctx) |
herr_t(* optional) (void *req, H5VL_optional_args_t *args) |
herr_t(* specific) (void *req, H5VL_request_specific_args_t *args) |
herr_t(* wait) (void *req, uint64_t timeout, H5VL_request_status_t *status) |