![]() |
(git:53a46e8)
|
Public Member Functions | |
| type(cp_sll_3d_r_type) function, pointer | cp_sll_3d_r_get_rest (sll, iter) |
| returns the rest of the list | |
| type(cp_sll_3d_c_type) function, pointer | cp_sll_3d_c_get_rest (sll, iter) |
| returns the rest of the list | |
| type(cp_sll_1d_r_type) function, pointer | cp_sll_1d_r_get_rest (sll, iter) |
| returns the rest of the list | |
| type(cp_sll_1d_c_type) function, pointer | cp_sll_1d_c_get_rest (sll, iter) |
| returns the rest of the list | |
| type(cp_sll_rs_type) function, pointer | cp_sll_rs_get_rest (sll, iter) |
| returns the rest of the list | |
Definition at line 132 of file cp_linked_list_pw.F.
| type(cp_sll_3d_r_type) function, pointer cp_linked_list_pw::cp_get_rest::cp_sll_3d_r_get_rest | ( | type(cp_sll_3d_r_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 754 of file cp_linked_list_pw.F.
| type(cp_sll_3d_c_type) function, pointer cp_linked_list_pw::cp_get_rest::cp_sll_3d_c_get_rest | ( | type(cp_sll_3d_c_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 797 of file cp_linked_list_pw.F.
| type(cp_sll_1d_r_type) function, pointer cp_linked_list_pw::cp_get_rest::cp_sll_1d_r_get_rest | ( | type(cp_sll_1d_r_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 840 of file cp_linked_list_pw.F.
| type(cp_sll_1d_c_type) function, pointer cp_linked_list_pw::cp_get_rest::cp_sll_1d_c_get_rest | ( | type(cp_sll_1d_c_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 883 of file cp_linked_list_pw.F.
| type(cp_sll_rs_type) function, pointer cp_linked_list_pw::cp_get_rest::cp_sll_rs_get_rest | ( | type(cp_sll_rs_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 926 of file cp_linked_list_pw.F.