public interface destroy_watch
Module Procedures
private subroutine destroy_watch_aa(watch, clock, err)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
type(watchtype), |
intent(inout), |
|
dimension(:) | :: |
watch | |
character(len=*), |
intent(in), |
|
dimension(:) | :: |
clock | |
integer, |
intent(out), |
optional |
| :: |
err | |
private subroutine destroy_watch_as(watch, clock, err)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
type(watchtype), |
intent(inout), |
|
dimension(:) | :: |
watch | |
character(len=*), |
intent(in), |
optional |
| :: |
clock | |
integer, |
intent(out), |
optional |
| :: |
err | |
private subroutine destroy_watch_sa(watch, clock, err)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
type(watchtype), |
intent(inout) |
|
| :: |
watch | |
character(len=*), |
intent(in), |
|
dimension(:) | :: |
clock | |
integer, |
intent(out), |
optional |
| :: |
err | |
private subroutine destroy_watch_ss(watch, clock, err)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
type(watchtype), |
intent(inout) |
|
| :: |
watch | |
character(len=*), |
intent(in), |
optional |
| :: |
clock | |
integer, |
intent(out), |
optional |
| :: |
err | |