Definition at line 222 of file lists.f90.
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] | list | A pointer to the list |
[out] | number_of_items | On exit, the current number of items in the list |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 2290 of file lists.f90.