HDF5  1.12.0
H5FAtest.c File Reference

Data Structures

struct  H5FA__test_ctx_t
 

Typedefs

typedef struct H5FA__test_ctx_t H5FA__test_ctx_t
 

Functions

 H5FL_DEFINE_STATIC (H5FA__test_ctx_t)
 
 BEGIN_FUNC (STATIC, ERR, void *, NULL, NULL, H5FA__test_crt_context(void H5_ATTR_UNUSED *udata))
 
 END_FUNC (BEGIN_FUNC(STATIC)
 

Variables

const H5FA_class_t H5FA_CLS_TEST [1]
 

Typedef Documentation

◆ H5FA__test_ctx_t

Function Documentation

◆ BEGIN_FUNC()

BEGIN_FUNC ( STATIC  ,
ERR  ,
void *  ,
NULL  ,
NULL  ,
H5FA__test_crt_context(void H5_ATTR_UNUSED *udata)   
)

◆ END_FUNC()

END_FUNC ( BEGIN_FUNC STATIC)

◆ H5FL_DEFINE_STATIC()

H5FL_DEFINE_STATIC ( H5FA__test_ctx_t  )

Variable Documentation

◆ H5FA_CLS_TEST

const H5FA_class_t H5FA_CLS_TEST[1]
Initial value:
={{
"Testing",
sizeof(uint64_t),
H5FA__test_crt_context,
H5FA__test_dst_context,
H5FA__test_fill,
H5FA__test_encode,
H5FA__test_decode,
H5FA__test_debug,
H5FA__test_crt_dbg_context,
H5FA__test_dst_context
}}
uint64_t
unsigned uint64_t
Definition: H5public.h:279
H5FA_CLS_TEST_ID
@ H5FA_CLS_TEST_ID
Definition: H5FAprivate.h:53