Attribute Interface

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 IntentOptional 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 IntentOptional Attributes Name
class(*), intent(in) :: values(:)
integer, intent(out), optional :: rc

Return Value type(Attribute)