removeObjectAtIndex Subroutine

public subroutine removeObjectAtIndex(self, indx)

Remove an object at the index indx

*Usage

  CLASS(FTMutableObjectArray) :: array
  INTEGER                     :: indx
  CALL array % removeObjectAtIndex(indx)

Type Bound

FTMutableObjectArray

Arguments

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

Calls

proc~~removeobjectatindex~~CallsGraph proc~removeobjectatindex FTMutableObjectArray%removeObjectAtIndex proc~releaseftobject releaseFTObject proc~removeobjectatindex->proc~releaseftobject proc~printftobjectdescription FTObject%printFTObjectDescription proc~releaseftobject->proc~printftobjectdescription proc~refcount FTObject%refCount proc~printftobjectdescription->proc~refcount