Generic interface for the qrm_psize_i qrm_psize_s qrm_psize_d qrm_psize_c qrm_psize_z, routines. More...
Public Member Functions | |
integer function | qrm_psize_i (a) |
integer function | qrm_psize_s (a) |
integer function | qrm_psize_d (a) |
integer function | qrm_psize_c (a) |
integer function | qrm_psize_z (a) |
Generic interface for the qrm_psize_i qrm_psize_s qrm_psize_d qrm_psize_c qrm_psize_z, routines.
All the functions under this generic interface have the same list of arguments and perform the same actions, i.e. they return the size of a pointer. The returned size is 0 if the pointer is not associated
Definition at line 194 of file qrm_mem_mod.F90.
integer function qrm_mem_mod::qrm_psize::qrm_psize_c | ( | complex(kind(1.e0)), dimension(:), pointer | a | ) |
[in] | a | the arrays whose size must be computed |
Definition at line 3499 of file qrm_mem_mod.F90.
Referenced by qrm_mem_mod::qrm_psize_c().
integer function qrm_mem_mod::qrm_psize::qrm_psize_d | ( | real(kind(1.d0)), dimension(:), pointer | a | ) |
[in] | a | the arrays whose size must be computed |
Definition at line 3539 of file qrm_mem_mod.F90.
Referenced by qrm_mem_mod::qrm_psize_d().
integer function qrm_mem_mod::qrm_psize::qrm_psize_i | ( | integer, dimension(:), pointer | a | ) |
[in] | a | the arrays whose size must be computed |
Definition at line 3456 of file qrm_mem_mod.F90.
Referenced by qrm_mem_mod::qrm_psize_i().
integer function qrm_mem_mod::qrm_psize::qrm_psize_s | ( | real(kind(1.e0)), dimension(:), pointer | a | ) |
[in] | a | the arrays whose size must be computed |
Definition at line 3477 of file qrm_mem_mod.F90.
Referenced by qrm_mem_mod::qrm_psize_s().
integer function qrm_mem_mod::qrm_psize::qrm_psize_z | ( | complex(kind(1.d0)), dimension(:), pointer | a | ) |
[in] | a | the arrays whose size must be computed |
Definition at line 3519 of file qrm_mem_mod.F90.
Referenced by qrm_mem_mod::qrm_psize_z().