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

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!
 

Detailed Description

Definition at line 107 of file cp_linked_list_input.F.

Member Function/Subroutine Documentation

◆ cp_sll_int_dealloc()

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!

Parameters
sllthe list to be deallocated
History
none
Author
Fawzi Mohamed
Note
does not deallocate the elements that are stored in the list check more?

Definition at line 534 of file cp_linked_list_input.F.

Here is the call graph for this function:

◆ cp_sll_real_dealloc()

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!

Parameters
sllthe list to be deallocated
History
none
Author
Fawzi Mohamed
Note
does not deallocate the elements that are stored in the list check more?

Definition at line 550 of file cp_linked_list_input.F.

Here is the call graph for this function:

◆ cp_sll_logical_dealloc()

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!

Parameters
sllthe list to be deallocated
History
none
Author
Fawzi Mohamed
Note
does not deallocate the elements that are stored in the list check more?

Definition at line 566 of file cp_linked_list_input.F.

Here is the call graph for this function:

◆ cp_sll_char_dealloc()

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!

Parameters
sllthe list to be deallocated
History
none
Author
Fawzi Mohamed
Note
does not deallocate the elements that are stored in the list check more?

Definition at line 582 of file cp_linked_list_input.F.

Here is the call graph for this function:

◆ cp_sll_val_dealloc()

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!

Parameters
sllthe list to be deallocated
History
none
Author
Fawzi Mohamed
Note
does not deallocate the elements that are stored in the list check more?

Definition at line 598 of file cp_linked_list_input.F.

Here is the call graph for this function:

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