Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
h5l_info_t Type Reference
+ Collaboration diagram for h5l_info_t:

Data Fields

integer(c_int) type
 Specifies the link class. Valid values include the following:
 
integer(c_int64_t) corder
 Creation order.
 
integer(c_int) cset
 Character set of link name is encoded. Valid values include the following:
 
type(union_tu
 

Field Documentation

◆ corder

integer(c_int64_t) corder

Creation order.

◆ cset

integer(c_int) cset

Character set of link name is encoded. Valid values include the following:

  • H5T_CSET_ASCII US ASCII
  • H5T_CSET_UTF8 UTF-8 Unicode encoding

◆ type

integer(c_int) type

Specifies the link class. Valid values include the following:

  • H5L_TYPE_HARD_F Hard link
  • H5L_TYPE_SOFT_F Soft link
  • H5L_TYPE_EXTERNAL_F External link
  • H5L_TYPE_ERROR_F Invalid link type id

◆ u


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