HDF5 1.14.5
API Reference
|
#include <src/H5VLconnector.h>
Data Fields | ||
H5VL_attr_specific_t | op_type | |
union { | ||
struct { | ||
const char * name | ||
} del | ||
H5VL_attr_delete_by_idx_args_t delete_by_idx | ||
struct { | ||
const char * name | ||
hbool_t * exists | ||
} exists | ||
H5VL_attr_iterate_args_t iterate | ||
struct { | ||
const char * old_name | ||
const char * new_name | ||
} rename | ||
} | args | |
union { ... } args |
struct { ... } del |
H5VL_attr_delete_by_idx_args_t delete_by_idx |
hbool_t* exists |
struct { ... } exists |
H5VL_attr_iterate_args_t iterate |
const char* name |
const char* new_name |
const char* old_name |
H5VL_attr_specific_t op_type |
struct { ... } rename |