Please, help us to better know about our user community by answering the following short survey: https://www.hdfgroup.org/
HDF5  1.12.1
H5FDcore.h File Reference

Macros

#define H5FD_CORE   (H5FD_core_init())
 

Functions

H5_DLL hid_t H5FD_core_init (void)
 
H5_DLL herr_t H5Pset_fapl_core (hid_t fapl_id, size_t increment, hbool_t backing_store)
 Modifies the file access property list to use the H5FD_CORE driver. More...
 
H5_DLL herr_t H5Pget_fapl_core (hid_t fapl_id, size_t *increment, hbool_t *backing_store)
 Queries core file driver properties. More...
 

Macro Definition Documentation

◆ H5FD_CORE

#define H5FD_CORE   (H5FD_core_init())

Function Documentation

◆ H5FD_core_init()

H5_DLL hid_t H5FD_core_init ( void  )