public interface get_buffer
Module Procedures
private subroutine get_buffer_i(buff, buff_size)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer,
|
|
|
POINTER
|
:: |
buff(:) |
|
|
integer,
|
intent(in) |
|
|
:: |
buff_size |
|
private subroutine get_buffer_r(buff, buff_size)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real,
|
|
|
POINTER
|
:: |
buff(:) |
|
|
integer,
|
intent(in) |
|
|
:: |
buff_size |
|
private subroutine get_buffer_l(buff, buff_size)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
logical,
|
|
|
POINTER
|
:: |
buff(:) |
|
|
integer,
|
intent(in) |
|
|
:: |
buff_size |
|
private subroutine get_buffer_c(buff, buff_size)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character,
|
|
|
POINTER
|
:: |
buff(:) |
|
|
integer,
|
intent(in) |
|
|
:: |
buff_size |
|