#include <src/H5VLconnector.h>
|
void *(* | create )(void *obj, const H5VL_loc_params_t *loc_params, const char *attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id, hid_t dxpl_id, void **req) |
|
void *(* | open )(void *obj, const H5VL_loc_params_t *loc_params, const char *attr_name, hid_t aapl_id, hid_t dxpl_id, void **req) |
|
herr_t(* | read )(void *attr, hid_t mem_type_id, void *buf, hid_t dxpl_id, void **req) |
|
herr_t(* | write )(void *attr, hid_t mem_type_id, const void *buf, hid_t dxpl_id, void **req) |
|
herr_t(* | get )(void *obj, H5VL_attr_get_args_t *args, hid_t dxpl_id, void **req) |
|
herr_t(* | specific )(void *obj, const H5VL_loc_params_t *loc_params, H5VL_attr_specific_args_t *args, hid_t dxpl_id, void **req) |
|
herr_t(* | optional )(void *obj, H5VL_optional_args_t *args, hid_t dxpl_id, void **req) |
|
herr_t(* | close )(void *attr, hid_t dxpl_id, void **req) |
|
◆ close
herr_t(* close) (void *attr, hid_t dxpl_id, void **req) |
◆ create
◆ get
◆ open
◆ optional
◆ read
herr_t(* read) (void *attr, hid_t mem_type_id, void *buf, hid_t dxpl_id, void **req) |
◆ specific
◆ write
herr_t(* write) (void *attr, hid_t mem_type_id, const void *buf, hid_t dxpl_id, void **req) |
The documentation for this struct was generated from the following file: