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 bstr_R8P(n) result(bstr)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=R8P),
intent(in)
::
n
Return Value
character(len=64)
private elemental function bstr_R4P(n) result(bstr)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=R4P),
intent(in)
::
n
Return Value
character(len=32)
private elemental function bstr_I8P(n) result(bstr)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=I8P),
intent(in)
::
n
Return Value
character(len=64)
private elemental function bstr_I4P(n) result(bstr)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=I4P),
intent(in)
::
n
Return Value
character(len=32)
private elemental function bstr_I2P(n) result(bstr)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=I2P),
intent(in)
::
n
Return Value
character(len=16)
private elemental function bstr_I1P(n) result(bstr)