dump_reset_int_1D Subroutine

private pure subroutine dump_reset_int_1D(this, tgt)

Dump the buffer to an allocatable array and reset the buffer.

@param[out] tgt Allocatable array (reset upon entry), contains the stored elements of the buffer on return. The buffer is writable afterwards.

Type Bound

buffer_int_1D_t

Arguments

Type IntentOptional Attributes Name
class(buffer_int_1D_t), intent(inout) :: this
integer, intent(out), dimension(:), allocatable :: tgt

Contents