Go to the source code of this file.
|
| H5_DLL herr_t | H5FO_create (const H5F_t *f) |
| |
| H5_DLL void * | H5FO_opened (const H5F_t *f, haddr_t addr) |
| |
| H5_DLL herr_t | H5FO_insert (const H5F_t *f, haddr_t addr, void *obj, hbool_t delete_flag) |
| |
| H5_DLL herr_t | H5FO_delete (H5F_t *f, haddr_t addr) |
| |
| H5_DLL herr_t | H5FO_mark (const H5F_t *f, haddr_t addr, hbool_t deleted) |
| |
| H5_DLL hbool_t | H5FO_marked (const H5F_t *f, haddr_t addr) |
| |
| H5_DLL herr_t | H5FO_dest (const H5F_t *f) |
| |
| H5_DLL herr_t | H5FO_top_create (H5F_t *f) |
| |
| H5_DLL herr_t | H5FO_top_incr (const H5F_t *f, haddr_t addr) |
| |
| H5_DLL herr_t | H5FO_top_decr (const H5F_t *f, haddr_t addr) |
| |
| H5_DLL hsize_t | H5FO_top_count (const H5F_t *f, haddr_t addr) |
| |
| H5_DLL herr_t | H5FO_top_dest (H5F_t *f) |
| |
◆ H5FO_t
◆ H5FO_create()
◆ H5FO_delete()
◆ H5FO_dest()
◆ H5FO_insert()
◆ H5FO_mark()
◆ H5FO_marked()
◆ H5FO_opened()
◆ H5FO_top_count()
◆ H5FO_top_create()
◆ H5FO_top_decr()
◆ H5FO_top_dest()
◆ H5FO_top_incr()