HDF5  1.12.0
Macros | Functions
H5VLnative_object.c File Reference
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5Fpkg.h"
#include "H5Gprivate.h"
#include "H5Iprivate.h"
#include "H5Opkg.h"
#include "H5Pprivate.h"
#include "H5VLprivate.h"
#include "H5VLnative_private.h"

Macros

#define H5O_FRIEND   /* Suppress error about including H5Opkg */
 
#define H5F_FRIEND   /* Suppress error about including H5Fpkg */
 

Functions

void * H5VL__native_object_open (void *obj, const H5VL_loc_params_t *loc_params, H5I_type_t *opened_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req)
 
herr_t H5VL__native_object_copy (void *src_obj, const H5VL_loc_params_t *loc_params1, const char *src_name, void *dst_obj, const H5VL_loc_params_t *loc_params2, const char *dst_name, hid_t ocpypl_id, hid_t lcpl_id, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req)
 
herr_t H5VL__native_object_get (void *obj, const H5VL_loc_params_t *loc_params, H5VL_object_get_t get_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments)
 
herr_t H5VL__native_object_specific (void *obj, const H5VL_loc_params_t *loc_params, H5VL_object_specific_t specific_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments)
 
herr_t H5VL__native_object_optional (void *obj, H5VL_object_optional_t optional_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments)
 

Macro Definition Documentation

◆ H5F_FRIEND

#define H5F_FRIEND   /* Suppress error about including H5Fpkg */

◆ H5O_FRIEND

#define H5O_FRIEND   /* Suppress error about including H5Opkg */

Function Documentation

◆ H5VL__native_object_copy()

herr_t H5VL__native_object_copy ( void *  src_obj,
const H5VL_loc_params_t loc_params1,
const char *  src_name,
void *  dst_obj,
const H5VL_loc_params_t loc_params2,
const char *  dst_name,
hid_t  ocpypl_id,
hid_t  lcpl_id,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req 
)

◆ H5VL__native_object_get()

herr_t H5VL__native_object_get ( void *  obj,
const H5VL_loc_params_t loc_params,
H5VL_object_get_t  get_type,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req,
va_list  arguments 
)

◆ H5VL__native_object_open()

void* H5VL__native_object_open ( void *  obj,
const H5VL_loc_params_t loc_params,
H5I_type_t opened_type,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req 
)

◆ H5VL__native_object_optional()

herr_t H5VL__native_object_optional ( void *  obj,
H5VL_object_optional_t  optional_type,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req,
va_list  arguments 
)

◆ H5VL__native_object_specific()

herr_t H5VL__native_object_specific ( void *  obj,
const H5VL_loc_params_t loc_params,
H5VL_object_specific_t  specific_type,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req,
va_list  arguments 
)