Removes all aliases and abbreviations from the container.
| 97 | |
| 98 | // Removes all aliases and abbreviations from the container. |
| 99 | void clear() { |
| 100 | container_.clear(); |
| 101 | aliases_.clear(); |
| 102 | } |
| 103 | |
| 104 | private: |
| 105 | std::string container_; |
no outgoing calls