HDF5  1.12.0
Macros | Functions | Variables
H5Plcpl.c File Reference
#include "H5Pmodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5Iprivate.h"
#include "H5Lprivate.h"
#include "H5Ppkg.h"

Macros

#define H5L_CRT_INTERMEDIATE_GROUP_SIZE   sizeof(unsigned)
 
#define H5L_CRT_INTERMEDIATE_GROUP_DEF   0
 
#define H5L_CRT_INTERMEDIATE_GROUP_ENC   H5P__encode_unsigned
 
#define H5L_CRT_INTERMEDIATE_GROUP_DEC   H5P__decode_unsigned
 

Functions

herr_t H5Pset_create_intermediate_group (hid_t plist_id, unsigned crt_intmd_group)
 
herr_t H5Pget_create_intermediate_group (hid_t plist_id, unsigned *crt_intmd_group)
 

Variables

const H5P_libclass_t H5P_CLS_LCRT [1]
 

Macro Definition Documentation

◆ H5L_CRT_INTERMEDIATE_GROUP_DEC

#define H5L_CRT_INTERMEDIATE_GROUP_DEC   H5P__decode_unsigned

◆ H5L_CRT_INTERMEDIATE_GROUP_DEF

#define H5L_CRT_INTERMEDIATE_GROUP_DEF   0

◆ H5L_CRT_INTERMEDIATE_GROUP_ENC

#define H5L_CRT_INTERMEDIATE_GROUP_ENC   H5P__encode_unsigned

◆ H5L_CRT_INTERMEDIATE_GROUP_SIZE

#define H5L_CRT_INTERMEDIATE_GROUP_SIZE   sizeof(unsigned)

Function Documentation

◆ H5Pget_create_intermediate_group()

herr_t H5Pget_create_intermediate_group ( hid_t  plist_id,
unsigned crt_intmd_group 
)

◆ H5Pset_create_intermediate_group()

herr_t H5Pset_create_intermediate_group ( hid_t  plist_id,
unsigned  crt_intmd_group 
)

Variable Documentation

◆ H5P_CLS_LCRT

const H5P_libclass_t H5P_CLS_LCRT[1]
Initial value:
= {{
"link create",
H5P_lcrt_reg_prop,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL
}}
H5P_CLS_STRING_CREATE_g
H5P_genclass_t * H5P_CLS_STRING_CREATE_g
Definition: H5Pint.c:169
H5P_CLS_LINK_CREATE_ID_g
hid_t H5P_CLS_LINK_CREATE_ID_g
Definition: H5Pint.c:164
H5P_TYPE_LINK_CREATE
@ H5P_TYPE_LINK_CREATE
Definition: H5Pprivate.h:78
H5P_LST_LINK_CREATE_ID_g
hid_t H5P_LST_LINK_CREATE_ID_g
Definition: H5Pint.c:194
H5P_CLS_LINK_CREATE_g
H5P_genclass_t * H5P_CLS_LINK_CREATE_g
Definition: H5Pint.c:165