replaceObjectAtIndexWithObject Subroutine

public subroutine replaceObjectAtIndexWithObject(self, indx, replacement)

Replace an object at the index indx

Usage

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

Type Bound

FTMutableObjectArray

Arguments

Type IntentOptional Attributes Name
class(FTMutableObjectArray) :: self
integer :: indx
class(FTObject), POINTER :: replacement

Calls

proc~~replaceobjectatindexwithobject~~CallsGraph proc~replaceobjectatindexwithobject FTMutableObjectArray%replaceObjectAtIndexWithObject proc~releaseftobject releaseFTObject proc~replaceobjectatindexwithobject->proc~releaseftobject proc~retainftobject FTObject%retainFTObject proc~replaceobjectatindexwithobject->proc~retainftobject proc~printftobjectdescription FTObject%printFTObjectDescription proc~releaseftobject->proc~printftobjectdescription proc~refcount FTObject%refCount proc~printftobjectdescription->proc~refcount