node_asstr Module Function

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

Arguments

Type IntentOptional AttributesName
class(node_t), intent(in) :: this
character(len=*), intent(in), optional :: frmt

Return Value character(len=:), allocatable


Calls

proc~~node_asstr~~CallsGraph proc~node_asstr 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

Called by

proc~~node_asstr~~CalledByGraph proc~node_asstr node_asstr interface~node_asstr node_asstr interface~node_asstr->proc~node_asstr

Contents

None