printValueDescription Subroutine

public subroutine printValueDescription(self, iUnit)

Prints the description of the value to unit iUnit. In this case, it prints
the stringValue() of the object.

Type Bound

FTValue

Arguments

Type IntentOptional Attributes Name
class(FTValue) :: self
integer :: iUnit

Calls

proc~~printvaluedescription~~CallsGraph proc~printvaluedescription FTValue%printValueDescription proc~ftvaluedescription FTValue%FTValueDescription proc~printvaluedescription->proc~ftvaluedescription proc~stringvalue FTValue%stringValue proc~ftvaluedescription->proc~stringvalue