HDF5  1.12.0
Functions | Variables
H5Ocont.c File Reference
#include "H5Omodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5FLprivate.h"
#include "H5MFprivate.h"
#include "H5Opkg.h"

Functions

 H5FL_DEFINE (H5O_cont_t)
 

Variables

const H5O_msg_class_t H5O_MSG_CONT [1]
 

Function Documentation

◆ H5FL_DEFINE()

H5FL_DEFINE ( H5O_cont_t  )

Variable Documentation

◆ H5O_MSG_CONT

const H5O_msg_class_t H5O_MSG_CONT[1]
Initial value:
= {{
"hdr continuation",
sizeof(H5O_cont_t),
0,
H5O__cont_decode,
H5O__cont_encode,
NULL,
H5O__cont_size,
NULL,
H5O__cont_free,
H5O__cont_delete,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
H5O__cont_debug
}}
H5O_cont_t
struct H5O_cont_t H5O_cont_t
H5O_CONT_ID
#define H5O_CONT_ID
Definition: H5Oprivate.h:215