![]() |
HDF5
1.15.0.a71c683
API Reference
|
#include <src/H5VLconnector.h>
Data Fields | |
H5VL_link_create_t | op_type |
union { | |
struct { | |
void * curr_obj | |
H5VL_loc_params_t curr_loc_params | |
} hard | |
struct { | |
const char * target | |
} soft | |
struct { | |
H5L_type_t type | |
const void * buf | |
size_t buf_size | |
} ud | |
} | args |
union { ... } args |
const void* buf |
size_t buf_size |
H5VL_loc_params_t curr_loc_params |
void* curr_obj |
struct { ... } hard |
H5VL_link_create_t op_type |
struct { ... } soft |
const char* target |
H5L_type_t type |
struct { ... } ud |