MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
NameColumn
Interface
3 statements
Source File
NameColumn.F90
MAPL_NameColumn
NameColumn
Contents
Module Procedures
new_NameColumn
public interface NameColumn
Module Procedures
private function new_NameColumn(width, indent, separator) result(column)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
width
character(len=*),
intent(in),
optional
::
indent
character(len=1),
intent(in),
optional
::
separator
Return Value
type(
NameColumn
)