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
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]

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]

struct { ... } hard

◆ op_type

◆ [struct]

struct { ... } soft

◆ target

const char* target

◆ type

H5L_type_t type

◆ [struct]

struct { ... } ud

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