(git:c5411e0)
Loading...
Searching...
No Matches
cp_linked_list_fm::cp_get_rest Interface Reference

Public Member Functions

type(cp_sll_fm_type) function, pointer cp_sll_fm_get_rest (sll, iter)
 returns the rest of the list
 

Detailed Description

Definition at line 74 of file cp_linked_list_fm.F.

Member Function/Subroutine Documentation

◆ cp_sll_fm_get_rest()

type(cp_sll_fm_type) function, pointer cp_linked_list_fm::cp_get_rest::cp_sll_fm_get_rest ( type(cp_sll_fm_type), pointer  sll,
integer, optional  iter 
)

returns the rest of the list

Parameters
sllthe single linked list to get the rest from
iterhow many times the call to rest should be iterated, defaults to 1; -1 means till end of the list.
Returns
...
History
none
Author
Fawzi Mohamed
Note
split the case iter=1 to make it more optimized?

Definition at line 243 of file cp_linked_list_fm.F.


The documentation for this interface was generated from the following file: