![]() |
(git:f56c6e3)
|
Public Member Functions | |
| subroutine | cp_sll_fm_set_el_at (sll, index, value) |
| sets the element at the given index | |
Definition at line 86 of file cp_linked_list_fm.F.
| subroutine cp_linked_list_fm::cp_set_element_at::cp_sll_fm_set_el_at | ( | type(cp_sll_fm_type), pointer | sll, |
| integer, intent(in) | index, | ||
| type(cp_fm_type), pointer | value | ||
| ) |
sets the element at the given index
| sll | the list you get the element from |
| index | the position of the element (stating at 1) -1 means at the end |
| value | the new element |
Definition at line 344 of file cp_linked_list_fm.F.