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

Public Member Functions

integer function, dimension(:), pointer cp_sll_int_to_array (sll)
 returns a newly allocated array with the same contents as the linked list
 
real(kind=dp) function, dimension(:), pointer cp_sll_real_to_array (sll)
 returns a newly allocated array with the same contents as the linked list
 
logical function, dimension(:), pointer cp_sll_logical_to_array (sll)
 returns a newly allocated array with the same contents as the linked list
 
character(len=default_string_length) function, dimension(:), pointer cp_sll_char_to_array (sll)
 returns a newly allocated array with the same contents as the linked list
 
type(val_p_type) function, dimension(:), pointer cp_sll_val_to_array (sll)
 returns a newly allocated array with the same contents as the linked list
 

Detailed Description

Definition at line 207 of file cp_linked_list_input.F.

Member Function/Subroutine Documentation

◆ cp_sll_int_to_array()

integer function, dimension(:), pointer cp_linked_list_input::cp_to_array::cp_sll_int_to_array ( type(cp_sll_int_type), pointer  sll)

returns a newly allocated array with the same contents as the linked list

Parameters
sllthe list to transform in array
Returns
...
History
07.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 2138 of file cp_linked_list_input.F.

Here is the call graph for this function:

◆ cp_sll_real_to_array()

real(kind=dp) function, dimension(:), pointer cp_linked_list_input::cp_to_array::cp_sll_real_to_array ( type(cp_sll_real_type), pointer  sll)

returns a newly allocated array with the same contents as the linked list

Parameters
sllthe list to transform in array
Returns
...
History
07.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 2164 of file cp_linked_list_input.F.

Here is the call graph for this function:

◆ cp_sll_logical_to_array()

logical function, dimension(:), pointer cp_linked_list_input::cp_to_array::cp_sll_logical_to_array ( type(cp_sll_logical_type), pointer  sll)

returns a newly allocated array with the same contents as the linked list

Parameters
sllthe list to transform in array
Returns
...
History
07.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 2190 of file cp_linked_list_input.F.

Here is the call graph for this function:

◆ cp_sll_char_to_array()

character(len=default_string_length) function, dimension(:), pointer cp_linked_list_input::cp_to_array::cp_sll_char_to_array ( type(cp_sll_char_type), pointer  sll)

returns a newly allocated array with the same contents as the linked list

Parameters
sllthe list to transform in array
Returns
...
History
07.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 2216 of file cp_linked_list_input.F.

Here is the call graph for this function:

◆ cp_sll_val_to_array()

type(val_p_type) function, dimension(:), pointer cp_linked_list_input::cp_to_array::cp_sll_val_to_array ( type(cp_sll_val_type), pointer  sll)

returns a newly allocated array with the same contents as the linked list

Parameters
sllthe list to transform in array
Returns
...
History
07.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 2242 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: