OpenCMISS-Iron Internal API Documentation
lists::list_itemget Interface Reference

Returns an item in a list at a specififed position. More...

Private Member Functions

subroutine list_item_get_intg1 (LIST, LIST_ITEM, ITEM, ERR, ERROR,)
 Returns the ITEM in a list at position LIST_ITEM in the given integer LIST. More...
 
subroutine list_item_get_intg2 (LIST, LIST_ITEM, ITEM, ERR, ERROR,)
 Returns the ITEM in a list at position LIST_ITEM in the given integer LIST. More...
 
subroutine list_item_get_sp1 (LIST, LIST_ITEM, ITEM, ERR, ERROR,)
 Returns the ITEM in a list at position LIST_ITEM in the given single precision LIST. More...
 
subroutine list_item_get_sp2 (LIST, LIST_ITEM, ITEM, ERR, ERROR,)
 Returns the ITEM in a list at position LIST_ITEM in the given single precision LIST. More...
 
subroutine list_item_get_dp1 (LIST, LIST_ITEM, ITEM, ERR, ERROR,)
 Returns the ITEM in a list at position LIST_ITEM in the given double precision LIST. More...
 
subroutine list_item_get_dp2 (LIST, LIST_ITEM, ITEM, ERR, ERROR,)
 Returns the ITEM in a list at position LIST_ITEM in the given double precision LIST. More...
 

Detailed Description

Returns an item in a list at a specififed position.

See also
LISTS.

Definition at line 187 of file lists.f90.

Member Function/Subroutine Documentation

subroutine lists::list_itemget::list_item_get_dp1 ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  LIST_ITEM,
real(dp), intent(out)  ITEM,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Returns the ITEM in a list at position LIST_ITEM in the given double precision LIST.

Parameters
[in]listThe pointer to the list
[in]list_itemThe position of the item to get
[out]itemOn exit, the item at the specified position.
[out]errThe error code
[out]errorThe error string.

Definition at line 1800 of file lists.f90.

subroutine lists::list_itemget::list_item_get_dp2 ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  LIST_ITEM,
real(dp), dimension(:), intent(out)  ITEM,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Returns the ITEM in a list at position LIST_ITEM in the given double precision LIST.

Parameters
[in]listThe pointer to the list
[in]list_itemThe position of the item to get
[out]itemOn exit, the item at the specified position
[out]errThe error code
[out]errorThe error string.

Definition at line 1853 of file lists.f90.

subroutine lists::list_itemget::list_item_get_intg1 ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  LIST_ITEM,
integer(intg), intent(out)  ITEM,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Returns the ITEM in a list at position LIST_ITEM in the given integer LIST.

Parameters
[in]listThe pointer to the list
[in]list_itemThe position of the item to get
[out]itemOn exit, the item at the specified position
[out]errThe error code
[out]errorThe error string.

Definition at line 1586 of file lists.f90.

subroutine lists::list_itemget::list_item_get_intg2 ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  LIST_ITEM,
integer(intg), dimension(:), intent(out)  ITEM,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Returns the ITEM in a list at position LIST_ITEM in the given integer LIST.

Parameters
[in]listThe pointer to the list
[in]list_itemThe position of the item to get
[out]itemOn exit, the item at the specified position
[out]errThe error code
[out]errorThe error string.

Definition at line 1639 of file lists.f90.

subroutine lists::list_itemget::list_item_get_sp1 ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  LIST_ITEM,
real(sp), intent(out)  ITEM,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Returns the ITEM in a list at position LIST_ITEM in the given single precision LIST.

Parameters
[in]listThe pointer to the list
[in]list_itemThe position of the item to get
[out]itemOn exit, the item at the specified position.
[out]errThe error code
[out]errorThe error string.

Definition at line 1693 of file lists.f90.

subroutine lists::list_itemget::list_item_get_sp2 ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  LIST_ITEM,
real(sp), dimension(:), intent(out)  ITEM,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Returns the ITEM in a list at position LIST_ITEM in the given single precision LIST.

Parameters
[in]listThe pointer to the list
[in]list_itemThe position of the item to get
[out]itemOn exit, the item at the specified position
[out]errThe error code
[out]errorThe error string.

Definition at line 1746 of file lists.f90.