HDF5  1.12.0
Macros | Functions | Variables
H5Ostab.c File Reference
#include "H5Omodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5FLprivate.h"
#include "H5Gpkg.h"
#include "H5HLprivate.h"
#include "H5Opkg.h"

Macros

#define H5G_FRIEND   /*suppress error about including H5Gpkg */
 

Functions

 H5FL_DEFINE_STATIC (H5O_stab_t)
 

Variables

const H5O_msg_class_t H5O_MSG_STAB [1]
 

Macro Definition Documentation

◆ H5G_FRIEND

#define H5G_FRIEND   /*suppress error about including H5Gpkg */

Function Documentation

◆ H5FL_DEFINE_STATIC()

H5FL_DEFINE_STATIC ( H5O_stab_t  )

Variable Documentation

◆ H5O_MSG_STAB

const H5O_msg_class_t H5O_MSG_STAB[1]
Initial value:
= {{
"stab",
sizeof(H5O_stab_t),
0,
H5O__stab_decode,
H5O__stab_encode,
H5O__stab_copy,
H5O__stab_size,
NULL,
H5O__stab_free,
H5O__stab_delete,
NULL,
NULL,
NULL,
NULL,
H5O__stab_copy_file,
H5O__stab_post_copy_file,
NULL,
NULL,
H5O__stab_debug
}}
H5O_stab_t
struct H5O_stab_t H5O_stab_t
H5O_STAB_ID
#define H5O_STAB_ID
Definition: H5Oprivate.h:216