![]() |
(git:d88cc65)
|
Public Member Functions | |
| subroutine | cp_sll_3d_r_rm_first_el (sll) |
| remove the first element of the linked list | |
| subroutine | cp_sll_3d_r_rm_el_at (sll, index) |
| removes the element at the given index | |
| subroutine | cp_sll_3d_c_rm_first_el (sll) |
| remove the first element of the linked list | |
| subroutine | cp_sll_3d_c_rm_el_at (sll, index) |
| removes the element at the given index | |
| subroutine | cp_sll_1d_r_rm_first_el (sll) |
| remove the first element of the linked list | |
| subroutine | cp_sll_1d_r_rm_el_at (sll, index) |
| removes the element at the given index | |
| subroutine | cp_sll_1d_c_rm_first_el (sll) |
| remove the first element of the linked list | |
| subroutine | cp_sll_1d_c_rm_el_at (sll, index) |
| removes the element at the given index | |
| subroutine | cp_sll_rs_rm_first_el (sll) |
| remove the first element of the linked list | |
| subroutine | cp_sll_rs_rm_el_at (sll, index) |
| removes the element at the given index | |
Definition at line 179 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_remove_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 1616 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_remove_el::cp_sll_3d_r_rm_el_at | ( | type(cp_sll_3d_r_type), pointer | sll, |
| integer, intent(in) | index | ||
| ) |
removes the element at the given index
| sll | the list you get the element from |
| index | the position of the element (stating at 1) |
Definition at line 1884 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_remove_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 1638 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_remove_el::cp_sll_3d_c_rm_el_at | ( | type(cp_sll_3d_c_type), pointer | sll, |
| integer, intent(in) | index | ||
| ) |
removes the element at the given index
| sll | the list you get the element from |
| index | the position of the element (stating at 1) |
Definition at line 1912 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_remove_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 1660 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_remove_el::cp_sll_1d_r_rm_el_at | ( | type(cp_sll_1d_r_type), pointer | sll, |
| integer, intent(in) | index | ||
| ) |
removes the element at the given index
| sll | the list you get the element from |
| index | the position of the element (stating at 1) |
Definition at line 1940 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_remove_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 1682 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_remove_el::cp_sll_1d_c_rm_el_at | ( | type(cp_sll_1d_c_type), pointer | sll, |
| integer, intent(in) | index | ||
| ) |
removes the element at the given index
| sll | the list you get the element from |
| index | the position of the element (stating at 1) |
Definition at line 1968 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_remove_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 1704 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_remove_el::cp_sll_rs_rm_el_at | ( | type(cp_sll_rs_type), pointer | sll, |
| integer, intent(in) | index | ||
| ) |
removes the element at the given index
| sll | the list you get the element from |
| index | the position of the element (stating at 1) |
Definition at line 1996 of file cp_linked_list_pw.F.