/** Resets object to initial state. */ void clear(void) { text_ = ""; characters_.clear(); }
// Resets object to initial state. void clear() { text_.remove(); characters_.clear(); }