layer_t Interface

public interface layer_t

Functions

private recursive module function construct_layer(layer_lines, start) result(layer)

construct a linked list of layer_t objects from an array of JSON-formatted text lines

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: layer_lines(:)
integer, intent(in) :: start

Return Value type(layer_t), target