abstract_opts Derived Type

type, public, abstract :: abstract_opts

Abstract type for options from which all others are extended.


Source Code

    type, abstract, public :: abstract_opts
        !! Abstract type for options from which all others are extended.
    end type abstract_opts