a cell from a CSV file.
This is used to store the data internally in the csv_file class.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | str |
type,public :: csv_string !! a cell from a CSV file. !! !! This is used to store the data internally !! in the [[csv_file]] class. character(len=:),allocatable :: str end type csv_string