Return status of standard output unit.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(bar_object), | intent(in) | :: | self | Bar. |
Standard output status.
pure function is_stdout_locked(self) result(is_locked)
!< Return status of standard output unit.
class(bar_object), intent(in) :: self !< Bar.
logical :: is_locked !< Standard output status.
is_locked = self%is_stdout_locked_
endfunction is_stdout_locked