MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / Next

Method Next

ogsr_engine/xrCore/XML_Parser/tinyxml.cpp:1109–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1107}
1108
1109const TiXmlAttribute* TiXmlAttribute::Next() const
1110{
1111 // We are using knowledge of the sentinel. The sentinel
1112 // have a value or name.
1113 if (next->value.empty() && next->name.empty())
1114 return 0;
1115 return next;
1116}
1117
1118/*
1119TiXmlAttribute* TiXmlAttribute::Next()

Callers 3

PrintMethod · 0.45
CopyToMethod · 0.45
VisitEnterMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected