HDF5  1.13.0
H5L_info1_t Struct Reference

[H5L_info1_t_snip] More...

#include <H5Lpublic.h>

Data Fields

H5L_type_t type
 
hbool_t corder_valid
 
int64_t corder
 
H5T_cset_t cset
 
union {
   haddr_t   address
 
   size_t   val_size
 
u
 
union {
   haddr_t   address
 
   size_t   val_size
 
u
 

Detailed Description

[H5L_info1_t_snip]

Information struct for link (for H5Lget_info1() / H5Lget_info_by_idx1())

Field Documentation

◆ address

haddr_t address

Address hard link points to

◆ corder

int64_t corder

Creation order

◆ corder_valid

hbool_t corder_valid

Indicate if creation order is valid

◆ cset

H5T_cset_t cset

Character set of link name

◆ type

H5L_type_t type

Type of link

◆ u [1/2]

union { ... } u

◆ u [2/2]

union { ... } u

◆ val_size

size_t val_size

Size of a soft link or UD link value


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