![]() |
(git:b77b4be)
|
Public Member Functions | |
type(cp_sll_xc_deriv_type) function, pointer | cp_sll_xc_deriv_get_rest (sll, iter) |
returns the rest of the list | |
Definition at line 74 of file cp_linked_list_xc_deriv.F.
type(cp_sll_xc_deriv_type) function, pointer cp_linked_list_xc_deriv::cp_get_rest::cp_sll_xc_deriv_get_rest | ( | type(cp_sll_xc_deriv_type), pointer | sll, |
integer, optional | iter | ||
) |
returns the rest of the list
sll | the single linked list to get the rest from |
iter | how many times the call to rest should be iterated, defaults to 1; -1 means till end of the list. |
Definition at line 264 of file cp_linked_list_xc_deriv.F.