stackClassName Function

public function stackClassName(self) result(s)

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

### Usage:

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

Type Bound

FTStack

Arguments

Type IntentOptional Attributes Name
class(FTStack) :: self

Return Value character(len=CLASS_NAME_CHARACTER_LENGTH)


Calls

proc~~stackclassname~~CallsGraph proc~stackclassname FTStack%stackClassName proc~refcount FTObject%refCount proc~stackclassname->proc~refcount