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

Private Member Functions

subroutine list_number_of_items_get (LIST, NUMBER_OF_ITEMS, ERR, ERROR,)
 Gets the current number of items in a list. More...
 

Detailed Description

Definition at line 222 of file lists.f90.

Member Function/Subroutine Documentation

subroutine lists::list_numberofitemsget::list_number_of_items_get ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(out)  NUMBER_OF_ITEMS,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Gets the current number of items in a list.

Parameters
[in]listA pointer to the list
[out]number_of_itemsOn exit, the current number of items in the list
[out]errThe error code
[out]errorThe error string

Definition at line 2290 of file lists.f90.