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.4f01fb3
API Reference
H5VL_link_get_args_t Struct Reference

#include <src/H5VLconnector.h>

+ Collaboration diagram for H5VL_link_get_args_t:

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

◆ 

union { ... } args

◆ buf

void* buf

◆ buf_size

size_t buf_size

◆ 

struct { ... } get_info

◆ 

struct { ... } get_name

◆ 

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: