HDF5 1.14.5
API Reference
|
#include <src/H5Ldevelop.h>
Link prototype.
The H5L_class_t struct can be used to override the behavior of a "user-defined" link class. Users should populate the struct with callback functions defined elsewhere.
const char* comment |
Comment for debugging
H5L_copy_func_t copy_func |
Callback after copying link
H5L_create_func_t create_func |
Callback during link creation
H5L_delete_func_t del_func |
Callback for link deletion
H5L_type_t id |
Link type ID
H5L_move_func_t move_func |
Callback after moving link
H5L_query_func_t query_func |
Callback for queries
H5L_traverse_func_t trav_func |
Callback during link traversal
int version |
Version number of this struct