| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(gdata_io_t), | intent(in) | :: | this |
function t_io(this) result(t_do_io) ! Returns if any gdata read/write is happening ! Output: t_do_io - true if gdata shall be read/written class(gdata_io_t), intent(in) :: this logical :: t_do_io t_do_io = this%entry_size() > 0 end function t_io