![]() |
HDF5 Last Updated on 2025-11-11
The HDF5 Field Guide
|
#include <src/H5VLconnector.h>
Data Fields | ||
| union { | ||
| struct { | ||
| void * buf | ||
| size_t buf_size | ||
| } get_binary | ||
| struct { | ||
| size_t * size | ||
| } get_binary_size | ||
| struct { | ||
| hid_t tcpl_id | ||
| } get_tcpl | ||
| } | args | |
| H5VL_datatype_get_t | op_type | |
| union { ... } args |
| void* buf |
| size_t buf_size |
| struct { ... } get_binary |
| struct { ... } get_binary_size |
| struct { ... } get_tcpl |
| H5VL_datatype_get_t op_type |
| size_t* size |
| hid_t tcpl_id |