Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Module Procedures
private elemental function byte_size_I8P(i) result(bytes)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=I8P),
intent(in)
::
i
Return Value
integer(kind=I1P)
private elemental function byte_size_I4P(i) result(bytes)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=I4P),
intent(in)
::
i
Return Value
integer(kind=I1P)
private elemental function byte_size_I2P(i) result(bytes)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=I2P),
intent(in)
::
i
Return Value
integer(kind=I1P)
private elemental function byte_size_I1P(i) result(bytes)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=I1P),
intent(in)
::
i
Return Value
integer(kind=I1P)
private elemental function byte_size_R8P(i) result(bytes)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=R8P),
intent(in)
::
i
Return Value
integer(kind=I1P)
private elemental function byte_size_R4P(i) result(bytes)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=R4P),
intent(in)
::
i
Return Value
integer(kind=I1P)
private elemental function byte_size_chr(i) result(bytes)