objectAtIndex Function

public function objectAtIndex(self, indx) result(obj)

Access the object at the index indx

*Usage

  CLASS(FTMutableObjectArray) :: array
  INTEGER                     :: indx
  CLASS(FTObject), POINTER    :: obj
  obj => array % objectAtIndex(indx)

Type Bound

FTMutableObjectArray

Arguments

Type IntentOptional Attributes Name
class(FTMutableObjectArray) :: self
integer :: indx

Return Value class(FTObject), POINTER