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

union { ... } args

◆ buf

void* buf

◆ buf_size

size_t buf_size

◆ [struct]

struct { ... } get_binary

◆ [struct]

struct { ... } get_binary_size

◆ [struct]

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: