HDF5  1.12.0
Data Fields
H5T_atomic_t Struct Reference

#include <H5Tpkg.h>

Data Fields

H5T_order_t order
 
size_t prec
 
size_t offset
 
H5T_pad_t lsb_pad
 
H5T_pad_t msb_pad
 
union {
   struct {
      H5T_sign_t   sign
 
   }   i
 
   struct {
      size_t   sign
 
      size_t   epos
 
      size_t   esize
 
      uint64_t   ebias
 
      size_t   mpos
 
      size_t   msize
 
      H5T_norm_t   norm
 
      H5T_pad_t   pad
 
   }   f
 
   struct {
      H5T_cset_t   cset
 
      H5T_str_t   pad
 
   }   s
 
   struct {
      H5R_type_t   rtype
 
      unsigned   version
 
      hbool_t   opaque
 
      H5T_loc_t   loc
 
      H5VL_object_t *   file
 
      const H5T_ref_class_t *   cls
 
   }   r
 
u
 

Field Documentation

◆ cls

const H5T_ref_class_t* cls

◆ cset

H5T_cset_t cset

◆ ebias

uint64_t ebias

◆ epos

size_t epos

◆ esize

size_t esize

◆ f

struct { ... } f

◆ file

◆ i

struct { ... } i

◆ loc

H5T_loc_t loc

◆ lsb_pad

H5T_pad_t lsb_pad

◆ mpos

size_t mpos

◆ msb_pad

H5T_pad_t msb_pad

◆ msize

size_t msize

◆ norm

H5T_norm_t norm

◆ offset

size_t offset

◆ opaque

hbool_t opaque

◆ order

H5T_order_t order

◆ pad [1/2]

H5T_pad_t pad

◆ pad [2/2]

H5T_str_t pad

◆ prec

size_t prec

◆ r

struct { ... } r

◆ rtype

H5R_type_t rtype

◆ s

struct { ... } s

◆ sign [1/2]

H5T_sign_t sign

◆ sign [2/2]

size_t sign

◆ u

union { ... } u

◆ version

unsigned version

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