clear method

void clear()

Implementation

void clear() {
  children.clear();
  linesFound = linesHit = 0;
}