parsed_line Derived Type

type, public :: parsed_line


Contents


Components

Type Visibility Attributes Name Initial
integer(kind=ip), public :: ntokens
character(len=MAX_LENGTH), public :: line
integer(kind=ip), public :: first(MAX_NTOKENS)
integer(kind=ip), public :: last(MAX_NTOKENS)
character(len=1), public :: id(MAX_NTOKENS)