llRecordClassName Function

public function llRecordClassName(self) result(s)

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

### Usage:

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

Type Bound

FTLinkedListRecord

Arguments

Type IntentOptional Attributes Name
class(FTLinkedListRecord) :: self

Return Value character(len=CLASS_NAME_CHARACTER_LENGTH)