setting_write_yaml Subroutine

private recursive subroutine setting_write_yaml(self, unit, indent, comment_depth, header)

Arguments

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

Calls

proc~~setting_write_yaml~~CallsGraph proc~setting_write_yaml setting_write_yaml proc~append_string append_string proc~setting_write_yaml->proc~append_string

Contents

None