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

Public Member Functions

subroutine cp_sll_fm_create (sll, first_el, rest)
 allocates and initializes a single linked list
 

Detailed Description

Definition at line 58 of file cp_linked_list_fm.F.

Member Function/Subroutine Documentation

◆ cp_sll_fm_create()

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

Parameters
sllthe single linked list to initialize
first_elthe first element of this list
restthe following elements (if not given: empty)
History
none
Author
Fawzi Mohamed

Definition at line 166 of file cp_linked_list_fm.F.


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