![]() |
(git:d18deda)
|
Public Member Functions | |
subroutine | cp_sll_int_rm_all_el (sll) |
removes all the elements from the list | |
subroutine | cp_sll_real_rm_all_el (sll) |
removes all the elements from the list | |
subroutine | cp_sll_logical_rm_all_el (sll) |
removes all the elements from the list | |
subroutine | cp_sll_char_rm_all_el (sll) |
removes all the elements from the list | |
subroutine | cp_sll_val_rm_all_el (sll) |
removes all the elements from the list | |
Definition at line 199 of file cp_linked_list_input.F.
subroutine cp_linked_list_input::cp_remove_all::cp_sll_int_rm_all_el | ( | type(cp_sll_int_type), pointer | sll | ) |
removes all the elements from the list
sll | the list that should be removed |
Definition at line 2022 of file cp_linked_list_input.F.
subroutine cp_linked_list_input::cp_remove_all::cp_sll_real_rm_all_el | ( | type(cp_sll_real_type), pointer | sll | ) |
removes all the elements from the list
sll | the list that should be removed |
Definition at line 2045 of file cp_linked_list_input.F.
subroutine cp_linked_list_input::cp_remove_all::cp_sll_logical_rm_all_el | ( | type(cp_sll_logical_type), pointer | sll | ) |
removes all the elements from the list
sll | the list that should be removed |
Definition at line 2068 of file cp_linked_list_input.F.
subroutine cp_linked_list_input::cp_remove_all::cp_sll_char_rm_all_el | ( | type(cp_sll_char_type), pointer | sll | ) |
removes all the elements from the list
sll | the list that should be removed |
Definition at line 2091 of file cp_linked_list_input.F.
subroutine cp_linked_list_input::cp_remove_all::cp_sll_val_rm_all_el | ( | type(cp_sll_val_type), pointer | sll | ) |
removes all the elements from the list
sll | the list that should be removed |
Definition at line 2114 of file cp_linked_list_input.F.