incrementDestroyed method

void incrementDestroyed()

Implementation

void incrementDestroyed() {
  _totalDestroyed++;
  _activeCount--;
}