![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | cp_sll_3d_r_rm_first_el (sll) |
remove the first element of the linked list | |
subroutine | cp_sll_3d_c_rm_first_el (sll) |
remove the first element of the linked list | |
subroutine | cp_sll_1d_r_rm_first_el (sll) |
remove the first element of the linked list | |
subroutine | cp_sll_1d_c_rm_first_el (sll) |
remove the first element of the linked list | |
subroutine | cp_sll_rs_rm_first_el (sll) |
remove the first element of the linked list | |
Definition at line 192 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_remove_first_el::cp_sll_3d_r_rm_first_el | ( | type(cp_sll_3d_r_type), pointer | sll | ) |
remove the first element of the linked list
sll | the list whose first element has to be removed |
Definition at line 1615 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_remove_first_el::cp_sll_3d_c_rm_first_el | ( | type(cp_sll_3d_c_type), pointer | sll | ) |
remove the first element of the linked list
sll | the list whose first element has to be removed |
Definition at line 1637 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_remove_first_el::cp_sll_1d_r_rm_first_el | ( | type(cp_sll_1d_r_type), pointer | sll | ) |
remove the first element of the linked list
sll | the list whose first element has to be removed |
Definition at line 1659 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_remove_first_el::cp_sll_1d_c_rm_first_el | ( | type(cp_sll_1d_c_type), pointer | sll | ) |
remove the first element of the linked list
sll | the list whose first element has to be removed |
Definition at line 1681 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_remove_first_el::cp_sll_rs_rm_first_el | ( | type(cp_sll_rs_type), pointer | sll | ) |
remove the first element of the linked list
sll | the list whose first element has to be removed |
Definition at line 1703 of file cp_linked_list_pw.F.