HDF5  1.12.0
Macros | Functions | Variables
H5Oefl.c File Reference
#include "H5Omodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5Fprivate.h"
#include "H5HLprivate.h"
#include "H5MMprivate.h"
#include "H5Opkg.h"

Macros

#define H5O_EFL_VERSION   1
 

Functions

hsize_t H5O_efl_total_size (H5O_efl_t *efl)
 

Variables

const H5O_msg_class_t H5O_MSG_EFL [1]
 

Macro Definition Documentation

◆ H5O_EFL_VERSION

#define H5O_EFL_VERSION   1

Function Documentation

◆ H5O_efl_total_size()

hsize_t H5O_efl_total_size ( H5O_efl_t efl)

Variable Documentation

◆ H5O_MSG_EFL

const H5O_msg_class_t H5O_MSG_EFL[1]
Initial value:
= {{
"external file list",
sizeof(H5O_efl_t),
0,
H5O_efl_decode,
H5O_efl_encode,
H5O_efl_copy,
H5O_efl_size,
H5O__efl_reset,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
H5O__efl_copy_file,
NULL,
NULL,
NULL,
H5O__efl_debug
}}
H5O_EFL_ID
#define H5O_EFL_ID
Definition: H5Oprivate.h:206
H5O_efl_t
struct H5O_efl_t H5O_efl_t