MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / ~TiXmlAttributeSet

Method ~TiXmlAttributeSet

TinyXml/src/tinyxml.cpp:1071–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069
1070
1071TiXmlAttributeSet::~TiXmlAttributeSet()
1072{
1073 assert( sentinel.next == &sentinel );
1074 assert( sentinel.prev == &sentinel );
1075}
1076
1077
1078void TiXmlAttributeSet::Add( TiXmlAttribute* addMe )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected