read_value Function

private recursive function read_value(file) result(node)

Arguments

Type IntentOptional AttributesName
class(type_file), intent(inout) :: file

Return Value class(type_node), pointer


Calls

proc~~read_value~~CallsGraph proc~read_value read_value proc~read_value->proc~read_value proc~read_key_value_pair read_key_value_pair proc~read_value->proc~read_key_value_pair proc~find_mapping_character find_mapping_character proc~read_value->proc~find_mapping_character proc~read_key_value_pair->proc~read_value proc~is_whitespace is_whitespace proc~find_mapping_character->proc~is_whitespace

Called by

proc~~read_value~~CalledByGraph proc~read_value read_value proc~read_value->proc~read_value proc~read_key_value_pair read_key_value_pair proc~read_value->proc~read_key_value_pair proc~read_key_value_pair->proc~read_value proc~parse parse proc~parse->proc~read_value program~test_yaml test_yaml program~test_yaml->proc~parse

Contents

None