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.e6a845d
API Reference
H5VL_object_get_args_t Struct Reference

#include <src/H5VLconnector.h>

+ Collaboration diagram for H5VL_object_get_args_t:

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

◆ 

union { ... } args

◆ buf

char* buf

◆ buf_size

size_t buf_size

◆ fields

unsigned fields

◆ file

void** file

◆ 

struct { ... } get_file

◆ 

struct { ... } get_info

◆ 

struct { ... } get_name

◆ 

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: