![]() |
(git:b77b4be)
|
Public Member Functions | |
logical function | cp_sll_fm_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 66 of file cp_linked_list_fm.F.
logical function cp_linked_list_fm::cp_next::cp_sll_fm_next | ( | type(cp_sll_fm_type), pointer | iterator, |
type(cp_fm_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 372 of file cp_linked_list_fm.F.