valueDictionaryClassName Function

public function valueDictionaryClassName(self) result(s)

Class name returns a string with the name of the type of the object

### Usage:

   PRINT *,  obj % className()
   if( obj % className = "FTValueDictionary")

Type Bound

FTValueDictionary

Arguments

Type IntentOptional Attributes Name
class(FTValueDictionary) :: self

Return Value character(len=CLASS_NAME_CHARACTER_LENGTH)


Calls

proc~~valuedictionaryclassname~~CallsGraph proc~valuedictionaryclassname FTValueDictionary%valueDictionaryClassName proc~refcount FTObject%refCount proc~valuedictionaryclassname->proc~refcount