HDF5  1.12.0
Macros | Functions
H5VLnative_file.c File Reference
#include "H5private.h"
#include "H5ACprivate.h"
#include "H5Cprivate.h"
#include "H5Eprivate.h"
#include "H5Fpkg.h"
#include "H5Gprivate.h"
#include "H5Iprivate.h"
#include "H5MFprivate.h"
#include "H5Pprivate.h"
#include "H5PBprivate.h"
#include "H5VLprivate.h"
#include "H5VLnative_private.h"

Macros

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

Functions

void * H5VL__native_file_create (const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req)
 
void * H5VL__native_file_open (const char *name, unsigned flags, hid_t fapl_id, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req)
 
herr_t H5VL__native_file_get (void *obj, H5VL_file_get_t get_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments)
 
herr_t H5VL__native_file_specific (void *obj, H5VL_file_specific_t specific_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments)
 
herr_t H5VL__native_file_optional (void *obj, H5VL_file_optional_t optional_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments)
 
herr_t H5VL__native_file_close (void *file, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req)
 

Macro Definition Documentation

◆ H5F_FRIEND

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

Function Documentation

◆ H5VL__native_file_close()

herr_t H5VL__native_file_close ( void *  file,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req 
)

◆ H5VL__native_file_create()

void* H5VL__native_file_create ( const char *  name,
unsigned  flags,
hid_t  fcpl_id,
hid_t  fapl_id,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req 
)

◆ H5VL__native_file_get()

herr_t H5VL__native_file_get ( void *  obj,
H5VL_file_get_t  get_type,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req,
va_list  arguments 
)

◆ H5VL__native_file_open()

void* H5VL__native_file_open ( const char *  name,
unsigned  flags,
hid_t  fapl_id,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req 
)

◆ H5VL__native_file_optional()

herr_t H5VL__native_file_optional ( void *  obj,
H5VL_file_optional_t  optional_type,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req,
va_list  arguments 
)

◆ H5VL__native_file_specific()

herr_t H5VL__native_file_specific ( void *  obj,
H5VL_file_specific_t  specific_type,
hid_t H5_ATTR_UNUSED  dxpl_id,
void H5_ATTR_UNUSED **  req,
va_list  arguments 
)