node_asstr Interface

interface


Calls

interface~~node_asstr~~CallsGraph interface~node_asstr node_asstr proc~node_asstr node_asstr interface~node_asstr->proc~node_asstr interface~str_from_num str_from_num proc~node_asstr->interface~str_from_num proc~str_from_ilnum str_from_ilnum interface~str_from_num->proc~str_from_ilnum proc~str_from_inum str_from_inum interface~str_from_num->proc~str_from_inum proc~str_from_dnum str_from_dnum interface~str_from_num->proc~str_from_dnum proc~str_trimzero str_trimzero proc~str_from_dnum->proc~str_trimzero

private module function node_asstr(this, frmt) result(buf)

Arguments

Type IntentOptional AttributesName
class(node_t), intent(in) :: this

A node_t instance.

character(len=*), intent(in), optional :: frmt

Format string for real numbers, e.g. '(f15.6)'. Default: (g0.6).

Return Value character(len=:), allocatable

Return value

Description

Returns a string representation of a node.