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

union { ... } args

◆ buf

void* buf

◆ buf_size

size_t buf_size

◆ [struct]

struct { ... } get_info

◆ [struct]

struct { ... } get_name

◆ [struct]

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: