| 4959 | } |
| 4960 | |
| 4961 | PUGI__FN xml_attribute_iterator::xml_attribute_iterator() |
| 4962 | { |
| 4963 | } |
| 4964 | |
| 4965 | PUGI__FN xml_attribute_iterator::xml_attribute_iterator(const xml_attribute& attr, const xml_node& parent): _wrap(attr), _parent(parent) |
| 4966 | { |
nothing calls this directly
no outgoing calls
no test coverage detected