![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | cp_sll_3d_r_dealloc (sll) |
deallocates the singly linked list starting at sll. Does not work if loops are present! | |
subroutine | cp_sll_3d_c_dealloc (sll) |
deallocates the singly linked list starting at sll. Does not work if loops are present! | |
subroutine | cp_sll_1d_r_dealloc (sll) |
deallocates the singly linked list starting at sll. Does not work if loops are present! | |
subroutine | cp_sll_1d_c_dealloc (sll) |
deallocates the singly linked list starting at sll. Does not work if loops are present! | |
subroutine | cp_sll_rs_dealloc (sll) |
deallocates the singly linked list starting at sll. Does not work if loops are present! | |
Definition at line 108 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_dealloc::cp_sll_3d_r_dealloc | ( | type(cp_sll_3d_r_type), pointer | sll | ) |
deallocates the singly linked list starting at sll. Does not work if loops are present!
sll | the list to be deallocated |
Definition at line 535 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_dealloc::cp_sll_3d_c_dealloc | ( | type(cp_sll_3d_c_type), pointer | sll | ) |
deallocates the singly linked list starting at sll. Does not work if loops are present!
sll | the list to be deallocated |
Definition at line 551 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_dealloc::cp_sll_1d_r_dealloc | ( | type(cp_sll_1d_r_type), pointer | sll | ) |
deallocates the singly linked list starting at sll. Does not work if loops are present!
sll | the list to be deallocated |
Definition at line 567 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_dealloc::cp_sll_1d_c_dealloc | ( | type(cp_sll_1d_c_type), pointer | sll | ) |
deallocates the singly linked list starting at sll. Does not work if loops are present!
sll | the list to be deallocated |
Definition at line 583 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_dealloc::cp_sll_rs_dealloc | ( | type(cp_sll_rs_type), pointer | sll | ) |
deallocates the singly linked list starting at sll. Does not work if loops are present!
sll | the list to be deallocated |
Definition at line 599 of file cp_linked_list_pw.F.