HDF5  1.12.0
Variables
H5Dnone.c File Reference
#include "H5Dmodule.h"
#include "H5private.h"
#include "H5Dpkg.h"
#include "H5Eprivate.h"
#include "H5FLprivate.h"
#include "H5MFprivate.h"
#include "H5VMprivate.h"

Variables

const H5D_chunk_ops_t H5D_COPS_NONE [1]
 

Variable Documentation

◆ H5D_COPS_NONE

const H5D_chunk_ops_t H5D_COPS_NONE[1]
Initial value:
= {{
NULL,
H5D__none_idx_create,
H5D__none_idx_is_space_alloc,
NULL,
H5D__none_idx_get_addr,
NULL,
H5D__none_idx_iterate,
H5D__none_idx_remove,
H5D__none_idx_delete,
H5D__none_idx_copy_setup,
NULL,
H5D__none_idx_size,
H5D__none_idx_reset,
H5D__none_idx_dump,
NULL
}}
FALSE
#define FALSE
Definition: H5FDmulti.c:33