initObjectArrayWithSize Subroutine

public subroutine initObjectArrayWithSize(self, arraySize)

Designated initializer. Initializes the amount of storage, but the array remains empty.

*Usage

  CLASS(FTMutableObjectArray)  :: array
  integer                      :: N = 11
  CALL array % initWithSize(N)

Type Bound

FTMutableObjectArray

Arguments

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