![]() |
(git:3a1353c)
|
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 | |
Definition at line 207 of file cp_linked_list_input.F.
| 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
| sll | the list to transform in array |
Definition at line 2139 of file cp_linked_list_input.F.
| 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
| sll | the list to transform in array |
Definition at line 2165 of file cp_linked_list_input.F.
| 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
| sll | the list to transform in array |
Definition at line 2191 of file cp_linked_list_input.F.
| 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
| sll | the list to transform in array |
Definition at line 2217 of file cp_linked_list_input.F.
| 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
| sll | the list to transform in array |
Definition at line 2243 of file cp_linked_list_input.F.