Please, help us to better know about our user community by answering the following short survey: https://www.hdfgroup.org/
HDF5  1.12.1
H5L_class_0_t Struct Reference

#include <H5Lpublic.h>

Detailed Description

User-defined link types

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_0_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: