HDF5  1.12.0
H5WBprivate.h File Reference

Typedefs

typedef struct H5WB_t H5WB_t
 

Functions

H5_DLL H5WB_tH5WB_wrap (void *buf, size_t buf_size)
 
H5_DLL void * H5WB_actual (H5WB_t *wb, size_t need)
 
H5_DLL void * H5WB_actual_clear (H5WB_t *wb, size_t need)
 
H5_DLL herr_t H5WB_unwrap (H5WB_t *wb)
 

Typedef Documentation

◆ H5WB_t

typedef struct H5WB_t H5WB_t

Function Documentation

◆ H5WB_actual()

◆ H5WB_actual_clear()

H5_DLL void* H5WB_actual_clear ( H5WB_t wb,
size_t  need 
)

◆ H5WB_unwrap()

◆ H5WB_wrap()