| 86 | } |
| 87 | |
| 88 | void WireAttributes::remove_attribute(const std::string& name) { |
| 89 | AttrMap::iterator itr = m_attr_map.find(name); |
| 90 | m_attr_map.erase(itr); |
| 91 | } |
| 92 | |
| 93 | std::vector<std::string> WireAttributes::get_attribute_names() const { |
| 94 | std::vector<std::string> names; |