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

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

Data Fields

H5VL_link_get_t op_type
 
union {
   struct {
      H5L_info2_t *   linfo
 
   }   get_info
 
   struct {
      size_t   name_size
 
      char *   name
 
      size_t *   name_len
 
   }   get_name
 
   struct {
      size_t   buf_size
 
      void *   buf
 
   }   get_val
 
args
 

Field Documentation

◆ args

union { ... } args

◆ buf

void* buf

◆ buf_size

size_t buf_size

◆ get_info

struct { ... } get_info

◆ get_name

struct { ... } get_name

◆ get_val

struct { ... } get_val

◆ linfo

H5L_info2_t* linfo

◆ name

char* name

◆ name_len

size_t* name_len

◆ name_size

size_t name_size

◆ op_type

H5VL_link_get_t op_type

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