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

Method Next

depends/tinyxml/tinyxml.cpp:1170–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168
1169
1170const TiXmlAttribute* TiXmlAttribute::Next() const
1171{
1172 // We are using knowledge of the sentinel. The sentinel
1173 // have a value or name.
1174 if ( next->value.empty() && next->name.empty() )
1175 return 0;
1176 return next;
1177}
1178
1179/*
1180TiXmlAttribute* TiXmlAttribute::Next()

Callers 3

PrintMethod · 0.45
CopyToMethod · 0.45
VisitEnterMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected