type_value Derived Type

type, private :: type_value


Inherits

type~~type_value~~InheritsGraph type~type_value type_value type~type_value->type~type_value parent type_yaml_node type_yaml_node type~type_value->type_yaml_node backing_store_node

Inherited by

type~~type_value~~InheritedByGraph type~type_value type_value type~type_value->type~type_value parent type~type_settings type_settings type~type_settings->type~type_value type~type_key_value_pair~2 type_key_value_pair type~type_settings->type~type_key_value_pair~2 first type~type_settings_node type_settings_node type~type_settings_node->type~type_value value type~type_scalar_setting type_scalar_setting type~type_scalar_setting->type~type_value type~type_list~2 type_list type~type_list~2->type~type_value type~type_list_item~2 type_list_item type~type_list~2->type~type_list_item~2 first type~type_list_item~2->type~type_settings_node type~type_list_item~2->type~type_list_item~2 next type~type_string_setting type_string_setting type~type_string_setting->type~type_scalar_setting type~type_real_setting type_real_setting type~type_real_setting->type~type_scalar_setting type~type_integer_setting type_integer_setting type~type_integer_setting->type~type_scalar_setting type~type_logical_setting type_logical_setting type~type_logical_setting->type~type_scalar_setting type~type_key_value_pair~2->type~type_settings_node type~type_key_value_pair~2->type~type_key_value_pair~2 next

Contents


Components

TypeVisibility AttributesNameInitial
character(len=:), public, allocatable:: long_name
character(len=:), public, allocatable:: description
class(type_yaml_node), public, pointer:: backing_store_node=> null()
character(len=:), public, allocatable:: path
class(type_value), public, pointer:: parent=> null()

Type-Bound Procedures

procedure, public :: write_schema => value_write_schema

  • private recursive subroutine value_write_schema(self, unit, name, indent)

    Arguments

    Type IntentOptional AttributesName
    class(type_value), intent(in) :: self
    integer, intent(in) :: unit
    character(len=*), intent(in) :: name
    integer, intent(in) :: indent

procedure, public :: write_yaml => value_write_yaml

  • private recursive subroutine value_write_yaml(self, unit, indent, comment_depth, header)

    Arguments

    Type IntentOptional AttributesName
    class(type_value), intent(in) :: self
    integer, intent(in) :: unit
    integer, intent(in) :: indent
    integer, intent(in) :: comment_depth
    logical, intent(in) :: header

procedure, public :: get_maximum_depth => value_get_maximum_depth

  • private recursive function value_get_maximum_depth(self, name) result(maxdepth)

    Arguments

    Type IntentOptional AttributesName
    class(type_value), intent(in) :: self
    character(len=*), intent(in) :: name

    Return Value integer

procedure, public :: get_yaml_style => value_get_yaml_style

procedure, public :: create_child

  • private recursive function create_child(self) result(child)

    Arguments

    Type IntentOptional AttributesName
    class(type_value), intent(in) :: self

    Return Value class(type_settings), pointer