construct a linked list of layer_t objects from an array of JSON-formatted text lines
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_t), | intent(in) | :: | layer_lines(:) | |||
integer, | intent(in) | :: | start |
construct a linked list of layer_t objects from an array of JSON-formatted text lines
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(double_precision_string_t), | intent(in) | :: | layer_lines(:) | |||
integer, | intent(in) | :: | start |