 |
HDF5
1.12.0
|
Go to the documentation of this file.
17 #ifndef _H5FOprivate_H
18 #define _H5FOprivate_H
21 #include "H5FOpublic.h"
H5_DLL void * H5FO_opened(const H5F_t *f, haddr_t addr)
Definition: H5FO.c:112
hdr f
Definition: H5EA.c:755
H5_DLL hbool_t H5FO_marked(const H5F_t *f, haddr_t addr)
Definition: H5FO.c:306
H5_DLL herr_t H5FO_top_create(H5F_t *f)
Definition: H5FO.c:391
H5_DLL herr_t H5FO_insert(const H5F_t *f, haddr_t addr, void *obj, hbool_t delete_flag)
Definition: H5FO.c:159
CATCH haddr_t
Definition: H5EAdblock.c:162
H5_DLL herr_t H5FO_top_decr(const H5F_t *f, haddr_t addr)
Definition: H5FO.c:484
H5_DLL herr_t H5FO_create(const H5F_t *f)
Definition: H5FO.c:72
H5_DLL herr_t H5FO_top_incr(const H5F_t *f, haddr_t addr)
Definition: H5FO.c:429
H5_DLL herr_t H5FO_mark(const H5F_t *f, haddr_t addr, hbool_t deleted)
Definition: H5FO.c:262
H5_DLL herr_t H5FO_delete(H5F_t *f, haddr_t addr)
Definition: H5FO.c:211
H5_DLL hsize_t H5FO_top_count(const H5F_t *f, haddr_t addr)
Definition: H5FO.c:538
H5_DLL herr_t H5FO_top_dest(H5F_t *f)
Definition: H5FO.c:579
#define H5_DLL
Definition: H5api_adpt.h:234
H5_DLL herr_t H5FO_dest(const H5F_t *f)
Definition: H5FO.c:346
int herr_t
Definition: H5public.h:128
bool hbool_t
Definition: H5public.h:159
hsize_t
Definition: H5overflow.txt:44
H5SL_t H5FO_t
Definition: H5FOprivate.h:32