clear method

void clear()

Clear all entities

Implementation

void clear() {
  _entities.clear();
  _ids.clear();
}