| 1505 | |
| 1506 | |
| 1507 | TiXmlAttributeSet::~TiXmlAttributeSet() |
| 1508 | { |
| 1509 | assert( sentinel.next == &sentinel ); |
| 1510 | assert( sentinel.prev == &sentinel ); |
| 1511 | } |
| 1512 | |
| 1513 | |
| 1514 | void TiXmlAttributeSet::Add( TiXmlAttribute* addMe ) |
nothing calls this directly
no outgoing calls
no test coverage detected