reset method

void reset()

Destructively wipes all tracked instances. Irreversible.

Implementation

void reset() {
  managedObjects = {};
}