(git:c5411e0)
Loading...
Searching...
No Matches
cp_linked_list_input::cp_remove_all Interface Reference

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
 

Detailed Description

Definition at line 199 of file cp_linked_list_input.F.

Member Function/Subroutine Documentation

◆ cp_sll_int_rm_all_el()

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

Parameters
sllthe list that should be removed
History
none
Author
Fawzi Mohamed
Note
check more?

Definition at line 2022 of file cp_linked_list_input.F.

◆ cp_sll_real_rm_all_el()

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

Parameters
sllthe list that should be removed
History
none
Author
Fawzi Mohamed
Note
check more?

Definition at line 2045 of file cp_linked_list_input.F.

◆ cp_sll_logical_rm_all_el()

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

Parameters
sllthe list that should be removed
History
none
Author
Fawzi Mohamed
Note
check more?

Definition at line 2068 of file cp_linked_list_input.F.

◆ cp_sll_char_rm_all_el()

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

Parameters
sllthe list that should be removed
History
none
Author
Fawzi Mohamed
Note
check more?

Definition at line 2091 of file cp_linked_list_input.F.

◆ cp_sll_val_rm_all_el()

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

Parameters
sllthe list that should be removed
History
none
Author
Fawzi Mohamed
Note
check more?

Definition at line 2114 of file cp_linked_list_input.F.


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