MethodTypeDirect Derived Type

type, public :: MethodTypeDirect


Inherited by

type~~methodtypedirect~~InheritedByGraph type~methodtypedirect MethodTypeDirect type~directmethod DirectMethod type~directmethod->type~methodtypedirect method_type type~linalg linalg type~linalg->type~directmethod direct

Components

Type Visibility Attributes Name Initial
integer, public :: value
character(len=64), public :: name

Source Code

    TYPE :: MethodTypeDirect
        INTEGER :: value
        CHARACTER(LEN=64) :: name
    END TYPE MethodTypeDirect