![]() |
HDF5 Last Updated on 2025-10-28
The HDF5 Field Guide
|
#include <src/H5VLconnector.h>
Data Fields | ||
| union { | ||
| struct { | ||
| hid_t fapl_id | ||
| const char * filename | ||
| } del | ||
| struct { | ||
| H5I_type_t obj_type | ||
| H5F_scope_t scope | ||
| } flush | ||
| struct { | ||
| bool * accessible | ||
| hid_t fapl_id | ||
| const char * filename | ||
| } is_accessible | ||
| struct { | ||
| void * obj2 | ||
| bool * same_file | ||
| } is_equal | ||
| struct { | ||
| void ** file | ||
| } reopen | ||
| } | args | |
| H5VL_file_specific_t | op_type | |
| bool* accessible |
| union { ... } args |
| struct { ... } del |
| hid_t fapl_id |
| void** file |
| const char* filename |
| struct { ... } flush |
| struct { ... } is_accessible |
| struct { ... } is_equal |
| void* obj2 |
| H5I_type_t obj_type |
| H5VL_file_specific_t op_type |
| struct { ... } reopen |
| bool* same_file |
| H5F_scope_t scope |