|
procedure | create (self) |
|
procedure | destroy (self) |
|
procedure | dump (self) |
|
procedure | extract (self, keystring, s) |
|
procedure | fill (self) |
|
procedure | fill_aliases (self, nalias, nanchor) |
|
procedure | has (self, keystring) |
|
procedure | read_line (self, nblanks, line, key, value, anchor, lswitch) |
|
Definition at line 132 of file yaml_parser.F.
◆ create()
procedure yaml_parser_mod::yaml_tree::create |
( |
class (yaml_tree), intent(inout) | self | ) |
|
◆ destroy()
procedure yaml_parser_mod::yaml_tree::destroy |
( |
class (yaml_tree), intent(inout) | self | ) |
|
◆ dump()
procedure yaml_parser_mod::yaml_tree::dump |
( |
class (yaml_tree), intent(in) | self | ) |
|
◆ extract()
procedure yaml_parser_mod::yaml_tree::extract |
( |
class (yaml_tree), intent(in) | self, |
|
|
character (len=*), intent(in) | keystring, |
|
|
type (yaml_extract), dimension(:), intent(inout), allocatable | s ) |
◆ fill()
procedure yaml_parser_mod::yaml_tree::fill |
( |
class (yaml_tree), intent(inout) | self | ) |
|
◆ fill_aliases()
procedure yaml_parser_mod::yaml_tree::fill_aliases |
( |
class (yaml_tree), intent(inout) | self, |
|
|
integer, intent(in) | nalias, |
|
|
integer, intent(in) | nanchor ) |
◆ has()
procedure yaml_parser_mod::yaml_tree::has |
( |
class (yaml_tree), intent(inout) | self, |
|
|
character (len=*), intent(in) | keystring ) |
◆ read_line()
procedure yaml_parser_mod::yaml_tree::read_line |
( |
class (yaml_tree), intent(inout) | self, |
|
|
integer, intent(out) | nblanks, |
|
|
character (len=*), intent(out) | line, |
|
|
character (len=*), intent(out) | key, |
|
|
character (len=*), intent(out) | value, |
|
|
character (len=*), intent(out) | anchor, |
|
|
logical, dimension(:), intent(out) | lswitch ) |
◆ filename
character (len=:), allocatable yaml_parser_mod::yaml_tree::filename |
Definition at line 140 of file yaml_parser.F.
140 character (len=:), allocatable :: filename
◆ indent
integer yaml_parser_mod::yaml_tree::indent |
◆ iscreated
logical yaml_parser_mod::yaml_tree::iscreated = .FALSE. |
Definition at line 134 of file yaml_parser.F.
134 logical :: IsCreated = .false.
◆ list
type (yaml_pair), dimension(:), pointer yaml_parser_mod::yaml_tree::list |
Definition at line 144 of file yaml_parser.F.
144 TYPE (yaml_pair), pointer :: list(:)
◆ nbranches
integer yaml_parser_mod::yaml_tree::nbranches |
◆ npairs
integer yaml_parser_mod::yaml_tree::npairs |
The documentation for this type was generated from the following file: