|  |  (git:e68414f)
    | 
| Public Member Functions | |
| subroutine | cp_sll_int_rm_first_el (sll) | 
| remove the first element of the linked list | |
| subroutine | cp_sll_int_rm_el_at (sll, index) | 
| removes the element at the given index | |
| subroutine | cp_sll_real_rm_first_el (sll) | 
| remove the first element of the linked list | |
| subroutine | cp_sll_real_rm_el_at (sll, index) | 
| removes the element at the given index | |
| subroutine | cp_sll_logical_rm_first_el (sll) | 
| remove the first element of the linked list | |
| subroutine | cp_sll_logical_rm_el_at (sll, index) | 
| removes the element at the given index | |
| subroutine | cp_sll_char_rm_first_el (sll) | 
| remove the first element of the linked list | |
| subroutine | cp_sll_char_rm_el_at (sll, index) | 
| removes the element at the given index | |
| subroutine | cp_sll_val_rm_first_el (sll) | 
| remove the first element of the linked list | |
| subroutine | cp_sll_val_rm_el_at (sll, index) | 
| removes the element at the given index | |
Definition at line 178 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_remove_el::cp_sll_int_rm_first_el | ( | type(cp_sll_int_type), pointer | sll | ) | 
remove the first element of the linked list
| sll | the list whose first element has to be removed | 
Definition at line 1614 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_remove_el::cp_sll_int_rm_el_at | ( | type(cp_sll_int_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 1882 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_remove_el::cp_sll_real_rm_first_el | ( | type(cp_sll_real_type), pointer | sll | ) | 
remove the first element of the linked list
| sll | the list whose first element has to be removed | 
Definition at line 1636 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_remove_el::cp_sll_real_rm_el_at | ( | type(cp_sll_real_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 1910 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_remove_el::cp_sll_logical_rm_first_el | ( | type(cp_sll_logical_type), pointer | sll | ) | 
remove the first element of the linked list
| sll | the list whose first element has to be removed | 
Definition at line 1658 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_remove_el::cp_sll_logical_rm_el_at | ( | type(cp_sll_logical_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 1938 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_remove_el::cp_sll_char_rm_first_el | ( | type(cp_sll_char_type), pointer | sll | ) | 
remove the first element of the linked list
| sll | the list whose first element has to be removed | 
Definition at line 1680 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_remove_el::cp_sll_char_rm_el_at | ( | type(cp_sll_char_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 1966 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_remove_el::cp_sll_val_rm_first_el | ( | type(cp_sll_val_type), pointer | sll | ) | 
remove the first element of the linked list
| sll | the list whose first element has to be removed | 
Definition at line 1702 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_remove_el::cp_sll_val_rm_el_at | ( | type(cp_sll_val_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 1994 of file cp_linked_list_input.F.