ioWrapper Derived Type

type, public :: ioWrapper


Components

Type Visibility Attributes Name Initial
type(ioData), public, pointer :: IO => null()

Source Code

  type ioWrapper
    type(ioData), pointer :: IO => null()
  end type ioWrapper