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.92ff840
API Reference
H5VL_link_create_args_t Struct Reference

#include <src/H5VLconnector.h>

+ Collaboration diagram for H5VL_link_create_args_t:

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

◆ 

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

◆ 

struct { ... } hard

◆ op_type

◆ 

struct { ... } soft

◆ target

const char* target

◆ type

H5L_type_t type

◆ 

struct { ... } ud

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