plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
operator(.get.)
Interface
MIT
3 statements
Source File
ListClass.f90
ListClass
operator(.get.)
Contents
Module Procedures
get_element_of_listclass
public interface operator(.get.)
This is a GET operator for a list.
Module Procedures
public function
get_element_of_listclass
(this_list, idx) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
type(
List_
),
intent(in)
::
this_list
integer(kind=int32),
intent(in)
::
idx
Return Value
character(len=:), allocatable