MCPcopy Create free account
hub / github.com/MyGUI/mygui / next_attribute

Method next_attribute

UnitTests/TestApp/pugixml.cpp:4232–4235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4230 }
4231
4232 PUGI__FN xml_attribute xml_attribute::next_attribute() const
4233 {
4234 return _attr ? xml_attribute(_attr->next_attribute) : xml_attribute();
4235 }
4236
4237 PUGI__FN xml_attribute xml_attribute::previous_attribute() const
4238 {

Callers 5

find_attributeFunction · 0.45
node_output_attributesFunction · 0.45
recursive_copy_skipFunction · 0.45
operator()Method · 0.45
step_fillMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected