Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
dictionary_get_string
Function
11 statements
Source File
yaml_types.F90
yaml_types
dictionary_get_string
Contents
None
private function dictionary_get_string(self, key, default, error) result(value)
Arguments
Type
Intent
Optional
Attributes
Name
class(
type_dictionary
),
intent(in)
::
self
character(len=*),
intent(in)
::
key
character(len=*),
intent(in),
optional
::
default
type(
type_error
),
pointer
::
error
Return Value
character(len=string_length)
Contents
None