HDF5  1.12.0
Macros | Functions
H5Oflush.c File Reference
#include "H5Omodule.h"
#include "H5private.h"
#include "H5CXprivate.h"
#include "H5Dprivate.h"
#include "H5Eprivate.h"
#include "H5Fprivate.h"
#include "H5Gprivate.h"
#include "H5Iprivate.h"
#include "H5Opkg.h"
#include "H5Tpkg.h"

Macros

#define H5T_FRIEND   /* Suppress error about including H5Tpkg */
 

Functions

herr_t H5Oflush (hid_t obj_id)
 
herr_t H5O_flush (H5O_loc_t *oloc, hid_t obj_id)
 
herr_t H5O_flush_common (H5O_loc_t *oloc, hid_t obj_id)
 
herr_t H5Orefresh (hid_t oid)
 
herr_t H5O_refresh_metadata (hid_t oid, H5O_loc_t oloc)
 
herr_t H5O_refresh_metadata_reopen (hid_t oid, H5G_loc_t *obj_loc, H5VL_t *vol_connector, hbool_t start_swmr)
 

Macro Definition Documentation

◆ H5T_FRIEND

#define H5T_FRIEND   /* Suppress error about including H5Tpkg */

Function Documentation

◆ H5O_flush()

herr_t H5O_flush ( H5O_loc_t oloc,
hid_t  obj_id 
)

◆ H5O_flush_common()

herr_t H5O_flush_common ( H5O_loc_t oloc,
hid_t  obj_id 
)

◆ H5O_refresh_metadata()

herr_t H5O_refresh_metadata ( hid_t  oid,
H5O_loc_t  oloc 
)

◆ H5O_refresh_metadata_reopen()

herr_t H5O_refresh_metadata_reopen ( hid_t  oid,
H5G_loc_t obj_loc,
H5VL_t vol_connector,
hbool_t  start_swmr 
)

◆ H5Oflush()

herr_t H5Oflush ( hid_t  obj_id)

◆ H5Orefresh()

herr_t H5Orefresh ( hid_t  oid)