HDF5  1.12.0
H5Oginfo.c File Reference

Functions

 H5FL_DEFINE_STATIC (H5O_ginfo_t)
 

Variables

const H5O_msg_class_t H5O_MSG_GINFO [1]
 

Function Documentation

◆ H5FL_DEFINE_STATIC()

H5FL_DEFINE_STATIC ( H5O_ginfo_t  )

Variable Documentation

◆ H5O_MSG_GINFO

const H5O_msg_class_t H5O_MSG_GINFO[1]
Initial value:
= {{
H5O_GINFO_ID,
"ginfo",
sizeof(H5O_ginfo_t),
0,
H5O_ginfo_decode,
H5O_ginfo_encode,
H5O_ginfo_copy,
H5O_ginfo_size,
NULL,
H5O__ginfo_free,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
H5O__ginfo_debug
}}
NULL
FUNC_ENTER_NOAPI_NOINIT NULL
Definition: H5FDfamily.c:637
H5O_ginfo_t
struct H5O_ginfo_t H5O_ginfo_t