AllocationAccumulator constructor

AllocationAccumulator(
  1. bool _start,
  2. bool _continues,
  3. bool _reset
)

Implementation

AllocationAccumulator(this._start, this._continues, this._reset);