ROMS
Loading...
Searching...
No Matches
yaml_parser_mod::yaml_svec Type Reference
Inheritance diagram for yaml_parser_mod::yaml_svec:
[legend]
Collaboration diagram for yaml_parser_mod::yaml_svec:
[legend]

Public Attributes

character(len=:), allocatable value
 
type(yaml_svec), dimension(:), pointer vector
 

Detailed Description

Definition at line 212 of file yaml_parser.F.

Member Data Documentation

◆ value

character (len=:), allocatable yaml_parser_mod::yaml_svec::value

Definition at line 213 of file yaml_parser.F.

213 character (len=:), allocatable :: value ! scalar value

◆ vector

type (yaml_svec), dimension(:), pointer yaml_parser_mod::yaml_svec::vector

Definition at line 214 of file yaml_parser.F.

214 TYPE (yaml_Svec), pointer :: vector(:) ! recursive vector

The documentation for this type was generated from the following file: