buffer_mod Module


Contents


Interfaces

public interface get_buffer

  • private subroutine get_buffer_i(buff, buff_size)

    Arguments

    Type IntentOptional Attributes Name
    integer, POINTER :: buff(:)
    integer, intent(in) :: buff_size
  • private subroutine get_buffer_r(buff, buff_size)

    Arguments

    Type IntentOptional Attributes Name
    real, POINTER :: buff(:)
    integer, intent(in) :: buff_size
  • private subroutine get_buffer_l(buff, buff_size)

    Arguments

    Type IntentOptional Attributes Name
    logical, POINTER :: buff(:)
    integer, intent(in) :: buff_size
  • private subroutine get_buffer_c(buff, buff_size)

    Arguments

    Type IntentOptional Attributes Name
    character, POINTER :: buff(:)
    integer, intent(in) :: buff_size