MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / Next

Method Next

Engine/lib/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 13

readElementMethod · 0.45
PrintMethod · 0.45
CopyToMethod · 0.45
VisitEnterMethod · 0.45
nextAttributeMethod · 0.45
PrintMethod · 0.45
parseAttributesMethod · 0.45
parseAttributesMethod · 0.45
parseCustomNodeMethod · 0.45
getTamlRefIdMethod · 0.45
getTamlRefToIdMethod · 0.45
getTamlObjectNameMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected