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

Private Member Functions

subroutine list_create_start (LIST, ERR, ERROR,)
 Starts the creation of a list and returns a pointer to the created list. More...
 

Detailed Description

Definition at line 100 of file lists.f90.

Member Function/Subroutine Documentation

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]listOn exit, pointer to the list to create. Must not be associated on entry.
[out]errThe error code.
[out]errorThe error string.

Definition at line 486 of file lists.f90.