clear method

void clear()

Clear all tracked data.

Implementation

void clear() {
  _usedComponents.clear();
  _usageCount.clear();
}