clear method

void clear()

Remove all registered tools.

Implementation

void clear() {
  _tools.clear();
}