![]() |
(git:d18deda)
|
Public Member Functions | |
type(cp_sll_int_type) function, pointer | cp_sll_int_get_rest (sll, iter) |
returns the rest of the list | |
type(cp_sll_real_type) function, pointer | cp_sll_real_get_rest (sll, iter) |
returns the rest of the list | |
type(cp_sll_logical_type) function, pointer | cp_sll_logical_get_rest (sll, iter) |
returns the rest of the list | |
type(cp_sll_char_type) function, pointer | cp_sll_char_get_rest (sll, iter) |
returns the rest of the list | |
type(cp_sll_val_type) function, pointer | cp_sll_val_get_rest (sll, iter) |
returns the rest of the list | |
Definition at line 131 of file cp_linked_list_input.F.
type(cp_sll_int_type) function, pointer cp_linked_list_input::cp_get_rest::cp_sll_int_get_rest | ( | type(cp_sll_int_type), pointer | sll, |
integer, optional | iter | ||
) |
returns the rest of the list
sll | the single linked list to get the rest from |
iter | how many times the call to rest should be iterated, defaults to 1; -1 means till end of the list. |
Definition at line 752 of file cp_linked_list_input.F.
type(cp_sll_real_type) function, pointer cp_linked_list_input::cp_get_rest::cp_sll_real_get_rest | ( | type(cp_sll_real_type), pointer | sll, |
integer, optional | iter | ||
) |
returns the rest of the list
sll | the single linked list to get the rest from |
iter | how many times the call to rest should be iterated, defaults to 1; -1 means till end of the list. |
Definition at line 795 of file cp_linked_list_input.F.
type(cp_sll_logical_type) function, pointer cp_linked_list_input::cp_get_rest::cp_sll_logical_get_rest | ( | type(cp_sll_logical_type), pointer | sll, |
integer, optional | iter | ||
) |
returns the rest of the list
sll | the single linked list to get the rest from |
iter | how many times the call to rest should be iterated, defaults to 1; -1 means till end of the list. |
Definition at line 838 of file cp_linked_list_input.F.
type(cp_sll_char_type) function, pointer cp_linked_list_input::cp_get_rest::cp_sll_char_get_rest | ( | type(cp_sll_char_type), pointer | sll, |
integer, optional | iter | ||
) |
returns the rest of the list
sll | the single linked list to get the rest from |
iter | how many times the call to rest should be iterated, defaults to 1; -1 means till end of the list. |
Definition at line 881 of file cp_linked_list_input.F.
type(cp_sll_val_type) function, pointer cp_linked_list_input::cp_get_rest::cp_sll_val_get_rest | ( | type(cp_sll_val_type), pointer | sll, |
integer, optional | iter | ||
) |
returns the rest of the list
sll | the single linked list to get the rest from |
iter | how many times the call to rest should be iterated, defaults to 1; -1 means till end of the list. |
Definition at line 924 of file cp_linked_list_input.F.