MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
Attribute
Interface
5 statements
Source File
Attribute.F90
pFIO_AttributeMod
Attribute
Contents
Module Procedures
new_Attribute_empty
new_Attribute_0d
new_Attribute_1d
public interface Attribute
Module Procedures
private function new_Attribute_empty() result(attr)
Arguments
None
Return Value
type(
Attribute
)
private function new_Attribute_0d(value, rc) result(attr)
Arguments
Type
Intent
Optional
Attributes
Name
class(*),
intent(in)
::
value
integer,
intent(out),
optional
::
rc
Return Value
type(
Attribute
)
private function new_Attribute_1d(values, rc) result(attr)
Arguments
Type
Intent
Optional
Attributes
Name
class(*),
intent(in)
::
values
(:)
integer,
intent(out),
optional
::
rc
Return Value
type(
Attribute
)