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_info2_t Struct Reference

#include <src/H5Lpublic.h>

Detailed Description

Information struct for links.

+ Collaboration diagram for H5L_info2_t:

Data Fields

H5L_type_t type
 
hbool_t corder_valid
 
int64_t corder
 
H5T_cset_t cset
 
union { 
 
   H5O_token_t   token 
 
   size_t   val_size 
 
u 
 

Field Documentation

◆ 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

◆ token

H5O_token_t token

Token of location that hard link points to

◆ type

H5L_type_t type

Type of link

◆ [union]

union { ... } u

◆ val_size

size_t val_size

Size of a soft link or user-defined link value


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