HDF5  1.12.0
Macros | Functions
H5VLnative_group.c File Reference
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5Gpkg.h"
#include "H5Iprivate.h"
#include "H5Oprivate.h"
#include "H5Pprivate.h"
#include "H5VLprivate.h"
#include "H5VLnative_private.h"

Macros

#define H5G_FRIEND   /* Suppress error about including H5Gpkg */
 

Functions

void * H5VL__native_group_create (void *obj, const H5VL_loc_params_t *loc_params, const char *name, hid_t lcpl_id, hid_t gcpl_id, hid_t H5_ATTR_UNUSED gapl_id, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req)
 
void * H5VL__native_group_open (void *obj, const H5VL_loc_params_t *loc_params, const char *name, hid_t H5_ATTR_UNUSED gapl_id, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req)
 
herr_t H5VL__native_group_get (void *obj, H5VL_group_get_t get_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments)
 
herr_t H5VL__native_group_specific (void *obj, H5VL_group_specific_t specific_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments)
 
herr_t H5VL__native_group_optional (void *obj, H5VL_group_optional_t optional_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments)
 
herr_t H5VL__native_group_close (void *grp, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req)
 

Macro Definition Documentation

◆ H5G_FRIEND

#define H5G_FRIEND   /* Suppress error about including H5Gpkg */

Function Documentation

◆ H5VL__native_group_close()

herr_t H5VL__native_group_close ( void *  grp,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req 
)

◆ H5VL__native_group_create()

void* H5VL__native_group_create ( void *  obj,
const H5VL_loc_params_t loc_params,
const char *  name,
hid_t  lcpl_id,
hid_t  gcpl_id,
hid_t H5_ATTR_UNUSED  gapl_id,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req 
)

◆ H5VL__native_group_get()

herr_t H5VL__native_group_get ( void *  obj,
H5VL_group_get_t  get_type,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req,
va_list  arguments 
)

◆ H5VL__native_group_open()

void* H5VL__native_group_open ( void *  obj,
const H5VL_loc_params_t loc_params,
const char *  name,
hid_t H5_ATTR_UNUSED  gapl_id,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req 
)

◆ H5VL__native_group_optional()

herr_t H5VL__native_group_optional ( void *  obj,
H5VL_group_optional_t  optional_type,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req,
va_list  arguments 
)

◆ H5VL__native_group_specific()

herr_t H5VL__native_group_specific ( void *  obj,
H5VL_group_specific_t  specific_type,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req,
va_list  arguments 
)