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