Data structures for Fortran
Source Files
Modules
Procedures
Derived Types
new_fixed_list_pointer
Function
8 statements
Source File
fixed_list.f90
datastructs_lists_fixed_list_mod
new_fixed_list_pointer
Contents
public function new_fixed_list_pointer(list) result(this)
Create a new fixed list pointer Input: list - an array of integers
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=i4),
intent(in)
::
list
(:)
Return Value
type(
fixed_list_t
), pointer