itbl_get_row Subroutine

private subroutine itbl_get_row(this, irow, res)

Returns a pointer to the row data of irow. No bounds checking is performed.

Arguments

Type IntentOptional AttributesName
class(itable_t), intent(in), target:: this
integer, intent(in) :: irow
integer, intent(out), dimension(:), pointer:: res

Contents

None