HDF5  1.12.0
Data Structures | Macros | Typedefs | Functions | Variables
H5Dfarray.c File Reference
#include "H5Dmodule.h"
#include "H5private.h"
#include "H5Dpkg.h"
#include "H5Eprivate.h"
#include "H5FAprivate.h"
#include "H5FLprivate.h"
#include "H5MFprivate.h"
#include "H5VMprivate.h"

Data Structures

struct  H5D_farray_ctx_ud_t
 
struct  H5D_farray_ctx_t
 
struct  H5D_farray_it_ud_t
 
struct  H5D_farray_filt_elmt_t
 

Macros

#define H5D_FARRAY_FILL   HADDR_UNDEF
 
#define H5D_FARRAY_FILT_FILL   {HADDR_UNDEF, 0, 0}
 

Typedefs

typedef struct H5D_farray_ctx_ud_t H5D_farray_ctx_ud_t
 
typedef struct H5D_farray_ctx_t H5D_farray_ctx_t
 
typedef struct H5D_farray_it_ud_t H5D_farray_it_ud_t
 
typedef struct H5D_farray_filt_elmt_t H5D_farray_filt_elmt_t
 

Functions

 H5FL_DEFINE_STATIC (H5D_farray_ctx_t)
 
 H5FL_DEFINE_STATIC (H5D_farray_ctx_ud_t)
 

Variables

const H5D_chunk_ops_t H5D_COPS_FARRAY [1]
 
const H5FA_class_t H5FA_CLS_CHUNK [1]
 
const H5FA_class_t H5FA_CLS_FILT_CHUNK [1]
 

Macro Definition Documentation

◆ H5D_FARRAY_FILL

#define H5D_FARRAY_FILL   HADDR_UNDEF

◆ H5D_FARRAY_FILT_FILL

#define H5D_FARRAY_FILT_FILL   {HADDR_UNDEF, 0, 0}

Typedef Documentation

◆ H5D_farray_ctx_t

◆ H5D_farray_ctx_ud_t

◆ H5D_farray_filt_elmt_t

◆ H5D_farray_it_ud_t

Function Documentation

◆ H5FL_DEFINE_STATIC() [1/2]

H5FL_DEFINE_STATIC ( H5D_farray_ctx_t  )

◆ H5FL_DEFINE_STATIC() [2/2]

H5FL_DEFINE_STATIC ( H5D_farray_ctx_ud_t  )

Variable Documentation

◆ H5D_COPS_FARRAY

const H5D_chunk_ops_t H5D_COPS_FARRAY[1]
Initial value:
= {{
TRUE,
H5D__farray_idx_init,
H5D__farray_idx_create,
H5D__farray_idx_is_space_alloc,
H5D__farray_idx_insert,
H5D__farray_idx_get_addr,
NULL,
H5D__farray_idx_iterate,
H5D__farray_idx_remove,
H5D__farray_idx_delete,
H5D__farray_idx_copy_setup,
H5D__farray_idx_copy_shutdown,
H5D__farray_idx_size,
H5D__farray_idx_reset,
H5D__farray_idx_dump,
H5D__farray_idx_dest
}}

◆ H5FA_CLS_CHUNK

const H5FA_class_t H5FA_CLS_CHUNK[1]
Initial value:
={{
"Chunk w/o filters",
sizeof(haddr_t),
H5D__farray_crt_context,
H5D__farray_dst_context,
H5D__farray_fill,
H5D__farray_encode,
H5D__farray_decode,
H5D__farray_debug,
H5D__farray_crt_dbg_context,
H5D__farray_dst_dbg_context
}}

◆ H5FA_CLS_FILT_CHUNK

const H5FA_class_t H5FA_CLS_FILT_CHUNK[1]
Initial value:
={{
"Chunk w/filters",
H5D__farray_crt_context,
H5D__farray_dst_context,
H5D__farray_filt_fill,
H5D__farray_filt_encode,
H5D__farray_filt_decode,
H5D__farray_filt_debug,
H5D__farray_crt_dbg_context,
H5D__farray_dst_dbg_context
}}
H5D_farray_filt_elmt_t
struct H5D_farray_filt_elmt_t H5D_farray_filt_elmt_t
haddr_t
CATCH haddr_t
Definition: H5EAdblock.c:162
H5FA_CLS_CHUNK_ID
@ H5FA_CLS_CHUNK_ID
Definition: H5FAprivate.h:48
H5FA_CLS_FILT_CHUNK_ID
@ H5FA_CLS_FILT_CHUNK_ID
Definition: H5FAprivate.h:49
TRUE
#define TRUE
Definition: H5FDmulti.c:36