MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / Next

Method Next

Libraries/tinyxml/tinyxml.cpp:1187–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

PrintMethod · 0.45
CopyToMethod · 0.45
VisitEnterMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected