className Function

public function className(self) result(s)

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

### Usage:

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

Type Bound

FTObject

Arguments

Type IntentOptional Attributes Name
class(FTObject) :: self

Return Value character(len=CLASS_NAME_CHARACTER_LENGTH)


Calls

proc~~classname~~CallsGraph proc~classname FTObject%className proc~refcount FTObject%refCount proc~classname->proc~refcount