HDF5  1.12.0
Variables
H5Oname.c File Reference
#include "H5Omodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5MMprivate.h"
#include "H5Opkg.h"

Variables

const H5O_msg_class_t H5O_MSG_NAME [1]
 

Variable Documentation

◆ H5O_MSG_NAME

const H5O_msg_class_t H5O_MSG_NAME[1]
Initial value:
= {{
"name",
sizeof(H5O_name_t),
0,
H5O__name_decode,
H5O_name_encode,
H5O_name_copy,
H5O_name_size,
H5O__name_reset,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
H5O__name_debug
}}
H5O_name_t
struct H5O_name_t H5O_name_t
H5O_NAME_ID
#define H5O_NAME_ID
Definition: H5Oprivate.h:212