Fortran-lang/fpm
Packaging and contributing
Source Files
Modules
Procedures
Derived Types
Program
string_t
Derived Type
6 statements
Source File
fpm_strings.f90
fpm_strings
string_t
Contents
Variables
s
Constructor
string_t
type, public :: string_t
Components
Type
Visibility
Attributes
Name
Initial
character(len=:),
public,
allocatable
::
s
Constructor
public interface
string_t
private function new_string_t(s) result(string)
Helper function to generate a new string_t instance (Required due to the allocatable component)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
s
Return Value
type(
string_t
)