chunkSize Function

public function chunkSize(self)

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

*Usage

  CLASS(FTMutableObjectArray) :: array
  INTEGER                     :: sze
  sze =  array % chunkSize

Type Bound

FTMutableObjectArray

Arguments

Type IntentOptional Attributes Name
class(FTMutableObjectArray) :: self

Return Value integer