HDF5  1.12.0
Macros | Functions
H5VLnative_attr.c File Reference
#include "H5private.h"
#include "H5Apkg.h"
#include "H5Eprivate.h"
#include "H5Fprivate.h"
#include "H5Gprivate.h"
#include "H5Iprivate.h"
#include "H5Pprivate.h"
#include "H5Sprivate.h"
#include "H5Tprivate.h"
#include "H5VLprivate.h"
#include "H5VLnative_private.h"

Macros

#define H5A_FRIEND   /* Suppress error about including H5Apkg */
 

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)
 

Macro Definition Documentation

◆ H5A_FRIEND

#define H5A_FRIEND   /* Suppress error about including H5Apkg */

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()

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 
)

◆ H5VL__native_attr_open()

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 
)

◆ 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()

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 
)

◆ 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 
)