eCLM Source Code Browser
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
get
Interface
3 statements
Source File
m_List.F90
m_List
get
Contents
Module Procedures
get_
getall_
getrange_
public interface get
Module Procedures
private subroutine get_(itemStr, ith, aList)
Arguments
Type
Intent
Optional
Attributes
Name
type(
String
),
intent(out)
::
itemStr
integer,
intent(in)
::
ith
type(
List
),
intent(in)
::
aList
private subroutine getall_(itemStr, aList)
Arguments
Type
Intent
Optional
Attributes
Name
type(
String
),
intent(out)
::
itemStr
type(
List
),
intent(in)
::
aList
private subroutine getrange_(itemStr, i1, i2, aList)
Arguments
Type
Intent
Optional
Attributes
Name
type(
String
),
intent(out)
::
itemStr
integer,
intent(in)
::
i1
integer,
intent(in)
::
i2
type(
List
),
intent(in)
::
aList