HDF5  1.12.0
Typedefs | Functions
H5WBprivate.h File Reference

Go to the source code of this file.

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()

H5_DLL void* H5WB_actual ( H5WB_t wb,
size_t  need 
)

◆ H5WB_actual_clear()

H5_DLL void* H5WB_actual_clear ( H5WB_t wb,
size_t  need 
)

◆ H5WB_unwrap()

H5_DLL herr_t H5WB_unwrap ( H5WB_t wb)

◆ H5WB_wrap()

H5_DLL H5WB_t* H5WB_wrap ( void *  buf,
size_t  buf_size 
)