| 38 | bool legend::empty() const { return strings_.empty(); } |
| 39 | |
| 40 | std::vector<std::string>::const_iterator legend::begin() const { |
| 41 | return strings_.begin(); |
| 42 | } |
| 43 | |
| 44 | std::vector<std::string>::iterator legend::begin() { |
| 45 | return strings_.begin(); |
no outgoing calls