![]() |
(git:3a1353c)
|
Public Member Functions | |
| subroutine | cp_sll_int_dealloc (sll) |
| deallocates the singly linked list starting at sll. Does not work if loops are present! | |
| subroutine | cp_sll_real_dealloc (sll) |
| deallocates the singly linked list starting at sll. Does not work if loops are present! | |
| subroutine | cp_sll_logical_dealloc (sll) |
| deallocates the singly linked list starting at sll. Does not work if loops are present! | |
| subroutine | cp_sll_char_dealloc (sll) |
| deallocates the singly linked list starting at sll. Does not work if loops are present! | |
| subroutine | cp_sll_val_dealloc (sll) |
| deallocates the singly linked list starting at sll. Does not work if loops are present! | |
Definition at line 107 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_dealloc::cp_sll_int_dealloc | ( | type(cp_sll_int_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_input.F.
| subroutine cp_linked_list_input::cp_dealloc::cp_sll_real_dealloc | ( | type(cp_sll_real_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_input.F.
| subroutine cp_linked_list_input::cp_dealloc::cp_sll_logical_dealloc | ( | type(cp_sll_logical_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_input.F.
| subroutine cp_linked_list_input::cp_dealloc::cp_sll_char_dealloc | ( | type(cp_sll_char_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_input.F.
| subroutine cp_linked_list_input::cp_dealloc::cp_sll_val_dealloc | ( | type(cp_sll_val_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_input.F.