![]() |
(git:b77b4be)
|
Public Member Functions | |
logical function | cp_sll_3d_r_next (iterator, el_att) |
returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element | |
logical function | cp_sll_3d_c_next (iterator, el_att) |
returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element | |
logical function | cp_sll_1d_r_next (iterator, el_att) |
returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element | |
logical function | cp_sll_1d_c_next (iterator, el_att) |
returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element | |
logical function | cp_sll_rs_next (iterator, el_att) |
returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element | |
Definition at line 116 of file cp_linked_list_pw.F.
logical function cp_linked_list_pw::cp_next::cp_sll_3d_r_next | ( | type(cp_sll_3d_r_type), pointer | iterator, |
real(kind=dp), dimension(:,:,:), optional, pointer, contiguous | el_att | ||
) |
returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
iterator | iterator that moves along the list |
el_att | the actual element (valid only if the function returns true) |
Definition at line 1382 of file cp_linked_list_pw.F.
logical function cp_linked_list_pw::cp_next::cp_sll_3d_c_next | ( | type(cp_sll_3d_c_type), pointer | iterator, |
complex(kind=dp), dimension(:,:,:), optional, pointer, contiguous | el_att | ||
) |
returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
iterator | iterator that moves along the list |
el_att | the actual element (valid only if the function returns true) |
Definition at line 1405 of file cp_linked_list_pw.F.
logical function cp_linked_list_pw::cp_next::cp_sll_1d_r_next | ( | type(cp_sll_1d_r_type), pointer | iterator, |
real(kind=dp), dimension(:), optional, pointer, contiguous | el_att | ||
) |
returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
iterator | iterator that moves along the list |
el_att | the actual element (valid only if the function returns true) |
Definition at line 1428 of file cp_linked_list_pw.F.
logical function cp_linked_list_pw::cp_next::cp_sll_1d_c_next | ( | type(cp_sll_1d_c_type), pointer | iterator, |
complex(kind=dp), dimension(:), optional, pointer, contiguous | el_att | ||
) |
returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
iterator | iterator that moves along the list |
el_att | the actual element (valid only if the function returns true) |
Definition at line 1451 of file cp_linked_list_pw.F.
logical function cp_linked_list_pw::cp_next::cp_sll_rs_next | ( | type(cp_sll_rs_type), pointer | iterator, |
type(realspace_grid_type), optional, pointer | el_att | ||
) |
returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
iterator | iterator that moves along the list |
el_att | the actual element (valid only if the function returns true) |
Definition at line 1474 of file cp_linked_list_pw.F.