FTValueDescription Function

public function FTValueDescription(self)

Returns the description of the value. In this case, it returns the stringValue() of the object.

Type Bound

FTValue

Arguments

Type IntentOptional Attributes Name
class(FTValue) :: self

Return Value character(len=DESCRIPTION_CHARACTER_LENGTH)


Calls

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

Called by

proc~~ftvaluedescription~~CalledByGraph proc~ftvaluedescription FTValue%FTValueDescription proc~printvaluedescription FTValue%printValueDescription proc~printvaluedescription->proc~ftvaluedescription