Please, help us to better know about our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.10.9-1
C-API Reference
H5L_class_t Struct Reference

#include <H5Lpublic.h>

Detailed Description

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.

Data Fields

int version
 
H5L_type_t id
 
const char * comment
 
H5L_create_func_t create_func
 
H5L_move_func_t move_func
 
H5L_copy_func_t copy_func
 
H5L_traverse_func_t trav_func
 
H5L_delete_func_t del_func
 
H5L_query_func_t query_func
 

Field Documentation

◆ comment

const char* comment

Comment for debugging

◆ copy_func

H5L_copy_func_t copy_func

Callback after copying link

◆ create_func

H5L_create_func_t create_func

Callback during link creation

◆ del_func

Callback for link deletion

◆ id

Link type ID

◆ move_func

H5L_move_func_t move_func

Callback after moving link

◆ query_func

H5L_query_func_t query_func

Callback for queries

◆ trav_func

Callback during link traversal

◆ version

int version

Version number of this struct


The documentation for this struct was generated from the following file: