![]() |
(git:d18deda)
|
Public Member Functions | |
integer function | cp_sll_int_get_first_el (sll) |
returns the first element stored in the list | |
real(kind=dp) function | cp_sll_real_get_first_el (sll) |
returns the first element stored in the list | |
logical function | cp_sll_logical_get_first_el (sll) |
returns the first element stored in the list | |
character(len=default_string_length) function | cp_sll_char_get_first_el (sll) |
returns the first element stored in the list | |
type(val_type) function, pointer | cp_sll_val_get_first_el (sll) |
returns the first element stored in the list | |
Definition at line 123 of file cp_linked_list_input.F.
integer function cp_linked_list_input::cp_get_first_el::cp_sll_int_get_first_el | ( | type(cp_sll_int_type), pointer | sll | ) |
returns the first element stored in the list
sll | the single linked list to get the element from |
Definition at line 677 of file cp_linked_list_input.F.
real(kind=dp) function cp_linked_list_input::cp_get_first_el::cp_sll_real_get_first_el | ( | type(cp_sll_real_type), pointer | sll | ) |
returns the first element stored in the list
sll | the single linked list to get the element from |
Definition at line 691 of file cp_linked_list_input.F.
logical function cp_linked_list_input::cp_get_first_el::cp_sll_logical_get_first_el | ( | type(cp_sll_logical_type), pointer | sll | ) |
returns the first element stored in the list
sll | the single linked list to get the element from |
Definition at line 705 of file cp_linked_list_input.F.
character(len=default_string_length) function cp_linked_list_input::cp_get_first_el::cp_sll_char_get_first_el | ( | type(cp_sll_char_type), pointer | sll | ) |
returns the first element stored in the list
sll | the single linked list to get the element from |
Definition at line 719 of file cp_linked_list_input.F.
type(val_type) function, pointer cp_linked_list_input::cp_get_first_el::cp_sll_val_get_first_el | ( | type(cp_sll_val_type), pointer | sll | ) |
returns the first element stored in the list
sll | the single linked list to get the element from |
Definition at line 733 of file cp_linked_list_input.F.