MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / Next

Method Next

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

Source from the content-addressed store, hash-verified

1175
1176
1177const TiXmlAttribute* TiXmlAttribute::Next() const
1178{
1179 // We are using knowledge of the sentinel. The sentinel
1180 // have a value or name.
1181 if ( next->value.empty() && next->name.empty() )
1182 return 0;
1183 return next;
1184}
1185
1186/*
1187TiXmlAttribute* TiXmlAttribute::Next()

Callers 3

PrintMethod · 0.45
CopyToMethod · 0.45
VisitEnterMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected