|
subroutine | list_create_start (LIST, ERR, ERROR,) |
| Starts the creation of a list and returns a pointer to the created list. More...
|
|
Definition at line 100 of file lists.f90.
subroutine lists::list_createstart::list_create_start |
( |
type(list_type), intent(inout), pointer |
LIST, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Starts the creation of a list and returns a pointer to the created list.
- See also
- LISTS::LIST_CREATE_FINISH.
- Parameters
-
[in,out] | list | On exit, pointer to the list to create. Must not be associated on entry. |
[out] | err | The error code. |
[out] | error | The error string. |
Definition at line 486 of file lists.f90.