![]() |
HDF5
1.10.10-1
|
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) |
| subroutine, public h5lib::h5check_version_f | ( | integer, intent(in) | majnum, |
| integer, intent(in) | minnum, | ||
| integer, intent(in) | relnum, | ||
| integer, intent(out) | error | ||
| ) |
| subroutine, public h5lib::h5close_f | ( | integer, intent(out) | error | ) |
| subroutine, public h5lib::h5dont_atexit_f | ( | integer, intent(out) | error | ) |
| subroutine, public h5lib::h5garbage_collect_f | ( | integer, intent(out) | error | ) |
| subroutine, public h5lib::h5get_libversion_f | ( | integer, intent(out) | majnum, |
| integer, intent(out) | minnum, | ||
| integer, intent(out) | relnum, | ||
| integer, intent(out) | error | ||
| ) |
| integer function, dimension(1:8), public h5lib::h5gmtime | ( | integer(kind=time_t), intent(in) | stdtime_t | ) |
| integer(hid_t) function, public h5lib::h5kind_to_type | ( | integer, intent(in) | ikind, |
| integer, intent(in) | flag | ||
| ) |
| integer(size_t) function, public h5lib::h5offsetof | ( | type(c_ptr), intent(in), value | start, |
| type(c_ptr), intent(in), value | end | ||
| ) |
| subroutine, public h5lib::h5open_f | ( | integer, intent(out) | error | ) |