HDF5 1.14.5
API Reference
|
#include <src/H5VLconnector.h>
Data Fields | ||
H5VL_file_specific_t | op_type | |
union { | ||
struct { | ||
H5I_type_t obj_type | ||
H5F_scope_t scope | ||
} flush | ||
struct { | ||
void ** file | ||
} reopen | ||
struct { | ||
const char * filename | ||
hid_t fapl_id | ||
hbool_t * accessible | ||
} is_accessible | ||
struct { | ||
const char * filename | ||
hid_t fapl_id | ||
} del | ||
struct { | ||
void * obj2 | ||
hbool_t * same_file | ||
} is_equal | ||
} | args | |
hbool_t* 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 |
hbool_t* same_file |
H5F_scope_t scope |