MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / Previous

Method Previous

cpp/tinyxml/tinyxml.cpp:1197–1204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1195*/
1196
1197const TiXmlAttribute* TiXmlAttribute::Previous() const
1198{
1199 // We are using knowledge of the sentinel. The sentinel
1200 // have a value or name.
1201 if ( prev->value.empty() && prev->name.empty() )
1202 return 0;
1203 return prev;
1204}
1205
1206/*
1207TiXmlAttribute* TiXmlAttribute::Previous()

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected