MCPcopy Create free account
hub / github.com/DFHack/dfhack / Previous

Method Previous

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

Source from the content-addressed store, hash-verified

1188*/
1189
1190const TiXmlAttribute* TiXmlAttribute::Previous() const
1191{
1192 // We are using knowledge of the sentinel. The sentinel
1193 // have a value or name.
1194 if ( prev->value.empty() && prev->name.empty() )
1195 return 0;
1196 return prev;
1197}
1198
1199/*
1200TiXmlAttribute* TiXmlAttribute::Previous()

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected