![]() |
(git:e68414f)
|
Public Member Functions | |
| subroutine | cp_sll_int_insert_el (sll, el) |
| insert an element at the beginning of the list | |
| subroutine | cp_sll_real_insert_el (sll, el) |
| insert an element at the beginning of the list | |
| subroutine | cp_sll_logical_insert_el (sll, el) |
| insert an element at the beginning of the list | |
| subroutine | cp_sll_char_insert_el (sll, el) |
| insert an element at the beginning of the list | |
| subroutine | cp_sll_val_insert_el (sll, el) |
| insert an element at the beginning of the list | |
Definition at line 163 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_insert::cp_sll_int_insert_el | ( | type(cp_sll_int_type), pointer | sll, |
| integer, intent(in) | el | ||
| ) |
insert an element at the beginning of the list
| sll | the single linked list point at the beginning of which you want to add the element |
| el | the element to add |
Definition at line 1500 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_insert::cp_sll_real_insert_el | ( | type(cp_sll_real_type), pointer | sll, |
| real(kind=dp), intent(in) | el | ||
| ) |
insert an element at the beginning of the list
| sll | the single linked list point at the beginning of which you want to add the element |
| el | the element to add |
Definition at line 1523 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_insert::cp_sll_logical_insert_el | ( | type(cp_sll_logical_type), pointer | sll, |
| logical, intent(in) | el | ||
| ) |
insert an element at the beginning of the list
| sll | the single linked list point at the beginning of which you want to add the element |
| el | the element to add |
Definition at line 1546 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_insert::cp_sll_char_insert_el | ( | type(cp_sll_char_type), pointer | sll, |
| character(len=default_string_length), intent(in) | el | ||
| ) |
insert an element at the beginning of the list
| sll | the single linked list point at the beginning of which you want to add the element |
| el | the element to add |
Definition at line 1569 of file cp_linked_list_input.F.
| subroutine cp_linked_list_input::cp_insert::cp_sll_val_insert_el | ( | type(cp_sll_val_type), pointer | sll, |
| type(val_type), intent(in), pointer | el | ||
| ) |
insert an element at the beginning of the list
| sll | the single linked list point at the beginning of which you want to add the element |
| el | the element to add |
Definition at line 1592 of file cp_linked_list_input.F.