fson_value_get Interface

public interface fson_value_get

Contents


Module Procedures

private function get_by_index(this, index) result(p)

Arguments

Type IntentOptional AttributesName
type(fson_value), pointer:: this
integer, intent(in) :: index

Return Value type(fson_value), pointer

private function get_by_name_chars(this, name) result(p)

Arguments

Type IntentOptional AttributesName
type(fson_value), pointer:: this
character(len=*), intent(in) :: name

Return Value type(fson_value), pointer

private function get_by_name_string(this, name) result(p)

Arguments

Type IntentOptional AttributesName
type(fson_value), pointer:: this
type(fson_string), pointer:: name

Return Value type(fson_value), pointer