reset method

void reset()

Reset the type id maps

Implementation

void reset() {
  _types.clear();
  _lastAccessed.clear();
}