TOML-Fortran
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
toml_label
Interface
3 statements
Source File
diagnostic.f90
tomlf_diagnostic
toml_label
Contents
Module Procedures
new_label
public interface toml_label
Module Procedures
private pure function new_label(level, first, last, text, primary) result(new)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
level
integer,
intent(in)
::
first
integer,
intent(in)
::
last
character(len=*),
intent(in),
optional
::
text
logical,
intent(in),
optional
::
primary
Return Value
type(
toml_label
)