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.f39b228
API Reference
H5VL_datatype_get_args_t Struct Reference

#include <src/H5VLconnector.h>

Data Fields

H5VL_datatype_get_t op_type
 
union {
   struct {
      size_t *   size
 
   }   get_binary_size
 
   struct {
      void *   buf
 
      size_t   buf_size
 
   }   get_binary
 
   struct {
      hid_t   tcpl_id
 
   }   get_tcpl
 
args
 

Field Documentation

◆ 

union { ... } args

◆ buf

void* buf

◆ buf_size

size_t buf_size

◆ 

struct { ... } get_binary

◆ 

struct { ... } get_binary_size

◆ 

struct { ... } get_tcpl

◆ op_type

◆ size

size_t* size

◆ tcpl_id

hid_t tcpl_id

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