FTObjectDescription Function

public function FTObjectDescription(self)

Returns a character string of length DESCRIPTION_CHARACTER_LENGTH that represents the object. the base class implementation returns an empty string. Note that if the description is too long, the expected string will be truncated. In general, one wants to use printDescription.

Type Bound

FTObject

Arguments

Type IntentOptional Attributes Name
class(FTObject) :: self

Return Value character(len=DESCRIPTION_CHARACTER_LENGTH)


Calls

proc~~ftobjectdescription~~CallsGraph proc~ftobjectdescription FTObject%FTObjectDescription proc~refcount FTObject%refCount proc~ftobjectdescription->proc~refcount

Called by

proc~~ftobjectdescription~~CalledByGraph proc~ftobjectdescription FTObject%FTObjectDescription proc~ftkeyobjectpairdescription FTKeyObjectPair%FTKeyObjectPairDescription proc~ftkeyobjectpairdescription->proc~ftobjectdescription proc~ftlinkedlistdescription FTLinkedList%FTLinkedListDescription proc~ftlinkedlistdescription->proc~ftobjectdescription proc~ftdictionarydescription FTDictionary%FTDictionaryDescription proc~ftdictionarydescription->proc~ftlinkedlistdescription