Please, help us to better know about our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.13.2-1
H5VL_link_create_args_t Struct Reference

#include </mnt/hdf/vchoi/work/MY_GIT_CLONE/cleanup_hl_doxygen/src/H5VLconnector.h>

Data Fields

H5VL_link_create_t op_type
 
union {
   struct {
      void *   curr_obj
 
      H5VL_loc_params_t   curr_loc_params
 
   }   hard
 
   struct {
      const char *   target
 
   }   soft
 
   struct {
      H5L_type_t   type
 
      const void *   buf
 
      size_t   buf_size
 
   }   ud
 
args
 

Field Documentation

◆ args

union { ... } args

◆ buf

const void* buf

◆ buf_size

size_t buf_size

◆ curr_loc_params

H5VL_loc_params_t curr_loc_params

◆ curr_obj

void* curr_obj

◆ hard

struct { ... } hard

◆ op_type

◆ soft

struct { ... } soft

◆ target

const char* target

◆ type

H5L_type_t type

◆ ud

struct { ... } ud

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