Please, help us to better know about our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.10.10-1
h5lib Module Reference

Functions/Subroutines

subroutine, public h5open_f (error)
 
subroutine, public h5close_f (error)
 
subroutine, public h5get_libversion_f (majnum, minnum, relnum, error)
 
subroutine, public h5check_version_f (majnum, minnum, relnum, error)
 
subroutine, public h5garbage_collect_f (error)
 
subroutine, public h5dont_atexit_f (error)
 
integer(hid_t) function, public h5kind_to_type (ikind, flag)
 
integer(size_t) function, public h5offsetof (start, end)
 
integer function, dimension(1:8), public h5gmtime (stdtime_t)
 

Function/Subroutine Documentation

◆ h5check_version_f()

subroutine, public h5lib::h5check_version_f ( integer, intent(in)  majnum,
integer, intent(in)  minnum,
integer, intent(in)  relnum,
integer, intent(out)  error 
)

◆ h5close_f()

subroutine, public h5lib::h5close_f ( integer, intent(out)  error)

◆ h5dont_atexit_f()

subroutine, public h5lib::h5dont_atexit_f ( integer, intent(out)  error)

◆ h5garbage_collect_f()

subroutine, public h5lib::h5garbage_collect_f ( integer, intent(out)  error)

◆ h5get_libversion_f()

subroutine, public h5lib::h5get_libversion_f ( integer, intent(out)  majnum,
integer, intent(out)  minnum,
integer, intent(out)  relnum,
integer, intent(out)  error 
)

◆ h5gmtime()

integer function, dimension(1:8), public h5lib::h5gmtime ( integer(kind=time_t), intent(in)  stdtime_t)

◆ h5kind_to_type()

integer(hid_t) function, public h5lib::h5kind_to_type ( integer, intent(in)  ikind,
integer, intent(in)  flag 
)

◆ h5offsetof()

integer(size_t) function, public h5lib::h5offsetof ( type(c_ptr), intent(in), value  start,
type(c_ptr), intent(in), value  end 
)

◆ h5open_f()

subroutine, public h5lib::h5open_f ( integer, intent(out)  error)