HDF5  1.12.0
Typedefs | Functions
H5FOprivate.h File Reference
#include "H5private.h"
#include "H5Fprivate.h"
#include "H5SLprivate.h"

Go to the source code of this file.

Typedefs

typedef H5SL_t H5FO_t
 

Functions

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)
 

Typedef Documentation

◆ H5FO_t

typedef H5SL_t H5FO_t

Function Documentation

◆ H5FO_create()

H5_DLL herr_t H5FO_create ( const H5F_t f)

◆ H5FO_delete()

H5_DLL herr_t H5FO_delete ( H5F_t f,
haddr_t  addr 
)

◆ H5FO_dest()

H5_DLL herr_t H5FO_dest ( const H5F_t f)

◆ H5FO_insert()

H5_DLL herr_t H5FO_insert ( const H5F_t f,
haddr_t  addr,
void *  obj,
hbool_t  delete_flag 
)

◆ H5FO_mark()

H5_DLL herr_t H5FO_mark ( const H5F_t f,
haddr_t  addr,
hbool_t  deleted 
)

◆ H5FO_marked()

H5_DLL hbool_t H5FO_marked ( const H5F_t f,
haddr_t  addr 
)

◆ H5FO_opened()

H5_DLL void* H5FO_opened ( const H5F_t f,
haddr_t  addr 
)

◆ H5FO_top_count()

H5_DLL hsize_t H5FO_top_count ( const H5F_t f,
haddr_t  addr 
)

◆ H5FO_top_create()

H5_DLL herr_t H5FO_top_create ( H5F_t f)

◆ H5FO_top_decr()

H5_DLL herr_t H5FO_top_decr ( const H5F_t f,
haddr_t  addr 
)

◆ H5FO_top_dest()

H5_DLL herr_t H5FO_top_dest ( H5F_t f)

◆ H5FO_top_incr()

H5_DLL herr_t H5FO_top_incr ( const H5F_t f,
haddr_t  addr 
)