HDF5  1.12.0
H5VLnative_attr.c File Reference

Functions

void * H5VL__native_attr_create (void *obj, const H5VL_loc_params_t *loc_params, const char *attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t H5_ATTR_UNUSED aapl_id, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req)
 
void * H5VL__native_attr_open (void *obj, const H5VL_loc_params_t *loc_params, const char *attr_name, hid_t H5_ATTR_UNUSED aapl_id, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req)
 
herr_t H5VL__native_attr_read (void *attr, hid_t dtype_id, void *buf, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req)
 
herr_t H5VL__native_attr_write (void *attr, hid_t dtype_id, const void *buf, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req)
 
herr_t H5VL__native_attr_get (void *obj, H5VL_attr_get_t get_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments)
 
herr_t H5VL__native_attr_specific (void *obj, const H5VL_loc_params_t *loc_params, H5VL_attr_specific_t specific_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments)
 
herr_t H5VL__native_attr_optional (void H5_ATTR_UNUSED *obj, H5VL_attr_optional_t opt_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments)
 
herr_t H5VL__native_attr_close (void *attr, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req)
 

Function Documentation

◆ H5VL__native_attr_close()

herr_t H5VL__native_attr_close ( void *  attr,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req 
)

◆ H5VL__native_attr_create()

void* H5VL__native_attr_create ( void *  obj,
const H5VL_loc_params_t loc_params,
const char *  attr_name,
hid_t  type_id,
hid_t  space_id,
hid_t  acpl_id,
hid_t H5_ATTR_UNUSED  aapl_id,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req 
)

◆ H5VL__native_attr_get()

◆ H5VL__native_attr_open()

◆ H5VL__native_attr_optional()

herr_t H5VL__native_attr_optional ( void H5_ATTR_UNUSED *  obj,
H5VL_attr_optional_t  opt_type,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req,
va_list  arguments 
)

◆ H5VL__native_attr_read()

herr_t H5VL__native_attr_read ( void *  attr,
hid_t  dtype_id,
void *  buf,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req 
)

◆ H5VL__native_attr_specific()

◆ H5VL__native_attr_write()

herr_t H5VL__native_attr_write ( void *  attr,
hid_t  dtype_id,
const void *  buf,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req 
)