setChunkSize Subroutine

public subroutine setChunkSize(self, chunkSize)

Set the number of items to be added when the array needs to be re-sized

*Usage

  CLASS(FTMutableObjectArray) :: array
  INTEGER                     :: sze = 42
  CALL array % setChunkSize(sze)

Type Bound

FTMutableObjectArray

Arguments

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