Object representing an entry in the input file.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | label |
Column label |
||
| character(len=:), | public, | allocatable | :: | value |
Value |
type :: entry_obj !> Object representing an entry in the input file. character(len=:),allocatable :: label !! Column label character(len=:),allocatable :: value !! Value end type entry_obj