plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
str
Interface
MIT
3 statements
Source File
DictionaryClass.f90
DictionaryClass
str
Contents
Module Procedures
str_from_dict
str_from_intvec
str_from_realvec
public interface str
Module Procedures
public recursive function
str_from_dict
(dict) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Dictionary_
),
intent(in)
::
dict
Return Value
character(len=:), allocatable
public function
str_from_intvec
(intvec) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
intvec
(:)
Return Value
character(len=:), allocatable
public function
str_from_realvec
(realvec) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
realvec
(:)
Return Value
character(len=:), allocatable