HDF5  1.12.0
H5UCprivate.h File Reference

Data Structures

struct  H5UC_t
 

Typedefs

typedef herr_t(* H5UC_free_func_t) (void *o)
 
typedef struct H5UC_t H5UC_t
 

Functions

H5_DLL H5UC_tH5UC_create (void *s, H5UC_free_func_t free_func)
 
H5_DLL herr_t H5UC_decr (H5UC_t *rc)
 

Typedef Documentation

◆ H5UC_free_func_t

typedef herr_t(* H5UC_free_func_t) (void *o)

◆ H5UC_t

typedef struct H5UC_t H5UC_t

Function Documentation

◆ H5UC_create()

H5_DLL H5UC_t* H5UC_create ( void *  s,
H5UC_free_func_t  free_func 
)

◆ H5UC_decr()