#include <H5VLconnector.h>
|
| herr_t(* | put )(void *obj, const void *buf, size_t size, void *blob_id, void *ctx) |
| |
| herr_t(* | get )(void *obj, const void *blob_id, void *buf, size_t size, void *ctx) |
| |
| herr_t(* | specific )(void *obj, void *blob_id, H5VL_blob_specific_t specific_type, va_list arguments) |
| |
| herr_t(* | optional )(void *obj, void *blob_id, H5VL_blob_optional_t opt_type, va_list arguments) |
| |
◆ get
| herr_t(* get) (void *obj, const void *blob_id, void *buf, size_t size, void *ctx) |
◆ optional
◆ put
| herr_t(* put) (void *obj, const void *buf, size_t size, void *blob_id, void *ctx) |
◆ specific
The documentation for this struct was generated from the following file: