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

Method Next

tools/src/uiresbuilder/tinyxml/tinyxml.cpp:1188–1195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

PrintMethod · 0.45
CopyToMethod · 0.45
VisitEnterMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected