| 1069 | |
| 1070 | |
| 1071 | TiXmlAttributeSet::~TiXmlAttributeSet() |
| 1072 | { |
| 1073 | assert( sentinel.next == &sentinel ); |
| 1074 | assert( sentinel.prev == &sentinel ); |
| 1075 | } |
| 1076 | |
| 1077 | |
| 1078 | void TiXmlAttributeSet::Add( TiXmlAttribute* addMe ) |
nothing calls this directly
no outgoing calls
no test coverage detected