HDF5  1.13.0
H5L_class_0_t Struct Reference

#include <H5Lpublic.h>

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
 

Detailed Description

User-defined link types

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: