toml_node Derived Type

type, public :: toml_node

Wrapped TOML value to generate pointer list


Components

Type Visibility Attributes Name Initial
class(toml_value), public, allocatable :: val

TOML value payload


Source Code

   type :: toml_node

      !> TOML value payload
      class(toml_value), allocatable :: val

   end type toml_node