Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0.4f01fb3
API Reference
h5r Module Reference

This module contains Fortran interfaces for H5R functions. More...

Data Types

type  hdset_reg_ref_t_f03
 hdset_reg_ref_t_f03 C compatible reference More...
 
interface  h5rget_object_type_f
 

Functions/Subroutines

subroutine h5rget_object_type_f (dset_id, ref, obj_type, hdferr)
 Retrieves the type of object that an object reference points to. More...
 
subroutine h5rget_region_f (dset_id, ref, space_id, hdferr)
 Retrieves a dataspace with the specified region selected using pointer. More...
 
subroutine h5rcreate_f (loc_id, name, ref_type, ref, hdferr, space_id)
 Creates a reference. More...
 
subroutine h5rget_name_f (loc_id, ref_type, ref, name, hdferr, size)
 Retrieves a name of a referenced object. More...
 
subroutine h5rget_obj_type_f (loc_id, ref_type, ref, obj_type, hdferr)
 Retrieves the type of object that an object reference points to. More...
 

Detailed Description

This module contains Fortran interfaces for H5R functions.