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

Private Member Functions

subroutine list_item_delete (LIST, LIST_ITEM, ERR, ERROR,)
 Deletes the item given by the LIST_ITEM index from the given list. More...
 

Detailed Description

Definition at line 152 of file lists.f90.

Member Function/Subroutine Documentation

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

Deletes the item given by the LIST_ITEM index from the given list.

Parameters
[in]listThe pointer to the list
[in]list_itemThe position in the list to delete.
[out]errThe error code
[out]errorThe error string

Definition at line 2184 of file lists.f90.