clear method

void clear()

Clearing all fields in the headers.

Implementation

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