![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | cp_sll_fm_create (sll, first_el, rest) |
allocates and initializes a single linked list | |
Definition at line 58 of file cp_linked_list_fm.F.
subroutine cp_linked_list_fm::cp_create::cp_sll_fm_create | ( | type(cp_sll_fm_type), pointer | sll, |
type(cp_fm_type), optional, pointer | first_el, | ||
type(cp_sll_fm_type), optional, pointer | rest | ||
) |
allocates and initializes a single linked list
sll | the single linked list to initialize |
first_el | the first element of this list |
rest | the following elements (if not given: empty) |
Definition at line 166 of file cp_linked_list_fm.F.