HDF5  1.12.0
Macros | Variables
H5Toh.c File Reference
#include "H5Tmodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5Iprivate.h"
#include "H5Opkg.h"
#include "H5Tpkg.h"

Macros

#define H5O_FRIEND   /*suppress error about including H5Opkg */
 

Variables

const H5O_obj_class_t H5O_OBJ_DATATYPE [1]
 

Macro Definition Documentation

◆ H5O_FRIEND

#define H5O_FRIEND   /*suppress error about including H5Opkg */

Variable Documentation

◆ H5O_OBJ_DATATYPE

const H5O_obj_class_t H5O_OBJ_DATATYPE[1]
Initial value:
= {{
"named datatype",
NULL,
NULL,
H5O__dtype_isa,
H5O__dtype_open,
H5O__dtype_create,
H5O__dtype_get_oloc,
NULL,
NULL
}}
H5O_TYPE_NAMED_DATATYPE
@ H5O_TYPE_NAMED_DATATYPE
Definition: H5Opublic.h:106