MCPcopy Create free account
hub / github.com/SOUI2/soui / Previous

Method Previous

tools/src/uiresbuilder/tinyxml/tinyxml.cpp:1208–1215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1206*/
1207
1208const TiXmlAttribute* TiXmlAttribute::Previous() const
1209{
1210 // We are using knowledge of the sentinel. The sentinel
1211 // have a value or name.
1212 if ( prev->value.empty() && prev->name.empty() )
1213 return 0;
1214 return prev;
1215}
1216
1217/*
1218TiXmlAttribute* TiXmlAttribute::Previous()

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected