Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||
character(len=*), | intent(inout) | :: | path | |||
type(fson_value), | pointer | :: | p |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||
character(len=*), | optional | :: | path | |||
integer | :: | value |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||
character(len=*), | optional | :: | path | |||
real | :: | value |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||
character(len=*), | optional | :: | path | |||
real(kind=kind(1.0D0)) | :: | value |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||
character(len=*), | optional | :: | path | |||
logical | :: | value |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||
character(len=*), | optional | :: | path | |||
character(len=*) | :: | value |
Type | Intent | Optional | Attributes | Name | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||||||||||||||||||||||||||||||
character(len=*), | optional | :: | path | |||||||||||||||||||||||||||||||
public subroutine array_callback(element, index, count)Arguments
|
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||
character(len=*), | optional | :: | path | |||
integer, | dimension(:) | :: | array |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||
character(len=*), | optional | :: | path | |||
real, | dimension(:) | :: | array |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||
character(len=*), | optional | :: | path | |||
real(kind=kind(1.0D0)), | dimension(:) | :: | array |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||
character(len=*), | optional | :: | path | |||
character(len=*), | dimension(:) | :: | array |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||
character(len=*) | :: | path | ||||
character(len=*) | :: | subpath | ||||
integer, | intent(out), | dimension(:) | :: | array |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||
character(len=*) | :: | path | ||||
character(len=*) | :: | subpath | ||||
real, | intent(out), | dimension(:) | :: | array |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||
character(len=*) | :: | path | ||||
character(len=*) | :: | subpath | ||||
real(kind=kind(1.0D0)), | intent(out), | dimension(:) | :: | array |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fson_value), | pointer | :: | this | |||
character(len=*) | :: | path | ||||
character(len=*) | :: | subpath | ||||
character(len=*), | intent(out), | dimension(:) | :: | array |