clear method

void clear()

Clears all collected links.

Implementation

void clear() {
  _links.clear();
  _counter = 0;
}