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

Public Member Functions

subroutine cp_sll_int_rm_first_el (sll)
 remove the first element of the linked list
 
subroutine cp_sll_real_rm_first_el (sll)
 remove the first element of the linked list
 
subroutine cp_sll_logical_rm_first_el (sll)
 remove the first element of the linked list
 
subroutine cp_sll_char_rm_first_el (sll)
 remove the first element of the linked list
 
subroutine cp_sll_val_rm_first_el (sll)
 remove the first element of the linked list
 

Detailed Description

Definition at line 191 of file cp_linked_list_input.F.

Member Function/Subroutine Documentation

◆ cp_sll_int_rm_first_el()

subroutine cp_linked_list_input::cp_remove_first_el::cp_sll_int_rm_first_el ( type(cp_sll_int_type), pointer  sll)

remove the first element of the linked list

Parameters
sllthe list whose first element has to be removed
History
none
Author
Fawzi Mohamed
Note
fast (O(1))

Definition at line 1614 of file cp_linked_list_input.F.

◆ cp_sll_real_rm_first_el()

subroutine cp_linked_list_input::cp_remove_first_el::cp_sll_real_rm_first_el ( type(cp_sll_real_type), pointer  sll)

remove the first element of the linked list

Parameters
sllthe list whose first element has to be removed
History
none
Author
Fawzi Mohamed
Note
fast (O(1))

Definition at line 1636 of file cp_linked_list_input.F.

◆ cp_sll_logical_rm_first_el()

subroutine cp_linked_list_input::cp_remove_first_el::cp_sll_logical_rm_first_el ( type(cp_sll_logical_type), pointer  sll)

remove the first element of the linked list

Parameters
sllthe list whose first element has to be removed
History
none
Author
Fawzi Mohamed
Note
fast (O(1))

Definition at line 1658 of file cp_linked_list_input.F.

◆ cp_sll_char_rm_first_el()

subroutine cp_linked_list_input::cp_remove_first_el::cp_sll_char_rm_first_el ( type(cp_sll_char_type), pointer  sll)

remove the first element of the linked list

Parameters
sllthe list whose first element has to be removed
History
none
Author
Fawzi Mohamed
Note
fast (O(1))

Definition at line 1680 of file cp_linked_list_input.F.

◆ cp_sll_val_rm_first_el()

subroutine cp_linked_list_input::cp_remove_first_el::cp_sll_val_rm_first_el ( type(cp_sll_val_type), pointer  sll)

remove the first element of the linked list

Parameters
sllthe list whose first element has to be removed
History
none
Author
Fawzi Mohamed
Note
fast (O(1))

Definition at line 1702 of file cp_linked_list_input.F.


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