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

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

Data Fields

H5VL_object_get_t op_type
 
union {
   struct {
      void **   file
 
   }   get_file
 
   struct {
      size_t   buf_size
 
      char *   buf
 
      size_t *   name_len
 
   }   get_name
 
   struct {
      H5O_type_t *   obj_type
 
   }   get_type
 
   struct {
      unsigned   fields
 
      H5O_info2_t *   oinfo
 
   }   get_info
 
args
 

Field Documentation

◆ args

union { ... } args

◆ buf

char* buf

◆ buf_size

size_t buf_size

◆ fields

unsigned fields

◆ file

void** file

◆ get_file

struct { ... } get_file

◆ get_info

struct { ... } get_info

◆ get_name

struct { ... } get_name

◆ get_type

struct { ... } get_type

◆ name_len

size_t* name_len

◆ obj_type

H5O_type_t* obj_type

◆ oinfo

H5O_info2_t* oinfo

◆ op_type


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