Sets an item in the list.
More...
|
subroutine | list_item_set_intg1 (LIST, LIST_ITEM, ITEM, ERR, ERROR,) |
| Sets an item in an integer list of data dimension 1. More...
|
|
subroutine | list_item_set_intg2 (LIST, LIST_ITEM, ITEM, ERR, ERROR,) |
| Set an item in an integer list of data dimension > 1. More...
|
|
subroutine | list_item_set_sp1 (LIST, LIST_ITEM, ITEM, ERR, ERROR,) |
| Sets an item in a single precision real list of data dimension 1. More...
|
|
subroutine | list_item_set_sp2 (LIST, LIST_ITEM, ITEM, ERR, ERROR,) |
| Sets an item in a single precision real list of data dimension > 1. More...
|
|
subroutine | list_item_set_dp1 (LIST, LIST_ITEM, ITEM, ERR, ERROR,) |
| Sets an item in a double precision real list of data dimension 1. More...
|
|
subroutine | list_item_set_dp2 (LIST, LIST_ITEM, ITEM, ERR, ERROR,) |
| Sets an item in a double precision real list of data dimension > 1. More...
|
|
Sets an item in the list.
- See also
- LISTS.
Definition at line 167 of file lists.f90.
subroutine lists::list_itemset::list_item_set_dp1 |
( |
type(list_type), intent(in), pointer |
LIST, |
|
|
integer(intg), intent(in) |
LIST_ITEM, |
|
|
real(dp), intent(in) |
ITEM, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets an item in a double precision real list of data dimension 1.
- Parameters
-
[in] | list | A pointer to the list |
[in] | list_item | The index of the item to set. |
[in] | item | The item to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1473 of file lists.f90.
subroutine lists::list_itemset::list_item_set_dp2 |
( |
type(list_type), intent(in), pointer |
LIST, |
|
|
integer(intg), intent(in) |
LIST_ITEM, |
|
|
real(dp), dimension(:), intent(in) |
ITEM, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets an item in a double precision real list of data dimension > 1.
- Parameters
-
[in] | list | A pointer to the list |
[in] | list_item | The index of the item to set. |
[in] | item | The item to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1529 of file lists.f90.
subroutine lists::list_itemset::list_item_set_intg1 |
( |
type(list_type), intent(in), pointer |
LIST, |
|
|
integer(intg), intent(in) |
LIST_ITEM, |
|
|
integer(intg), intent(in) |
ITEM, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets an item in an integer list of data dimension 1.
- Parameters
-
[in] | list | A pointer to the list |
[in] | list_item | The index of the item to set |
[in] | item | The item to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1247 of file lists.f90.
subroutine lists::list_itemset::list_item_set_intg2 |
( |
type(list_type), intent(in), pointer |
LIST, |
|
|
integer(intg), intent(in) |
LIST_ITEM, |
|
|
integer(intg), dimension(:), intent(in) |
ITEM, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Set an item in an integer list of data dimension > 1.
- Parameters
-
[in] | list | A pointer to the list |
[in] | list_item | The index of the item to set |
[in] | item | The item to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1303 of file lists.f90.
subroutine lists::list_itemset::list_item_set_sp1 |
( |
type(list_type), intent(in), pointer |
LIST, |
|
|
integer(intg), intent(in) |
LIST_ITEM, |
|
|
real(sp), intent(in) |
ITEM, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets an item in a single precision real list of data dimension 1.
- Parameters
-
[in] | list | A pointer to the list |
[in] | list_item | The index of the item to set |
[in] | item | The item to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1361 of file lists.f90.
subroutine lists::list_itemset::list_item_set_sp2 |
( |
type(list_type), intent(in), pointer |
LIST, |
|
|
integer(intg), intent(in) |
LIST_ITEM, |
|
|
real(sp), dimension(:), intent(in) |
ITEM, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets an item in a single precision real list of data dimension > 1.
- Parameters
-
[in] | list | A pointer to the list |
[in] | list_item | The index of the item to set |
[in] | item | The item to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1416 of file lists.f90.