string_type Derived Type

type, public :: string_type

Derived type of allocatable character to be stored in an array.


Inherited by

type~~string_type~~InheritedByGraph type~string_type string_type type~geojson_feature_collection_type geojson_feature_collection_type type~geojson_feature_collection_type->type~string_type features

Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: data

String data.