valueClassName Function

public function valueClassName(self) result(s)

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

### Usage:

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

Type Bound

FTValue

Arguments

Type IntentOptional Attributes Name
class(FTValue) :: self

Return Value character(len=CLASS_NAME_CHARACTER_LENGTH)


Calls

proc~~valueclassname~~CallsGraph proc~valueclassname FTValue%valueClassName proc~refcount FTObject%refCount proc~valueclassname->proc~refcount