MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / next_attribute

Method next_attribute

src/include/pugixml.cpp:3771–3774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3769 }
3770
3771 PUGI__FN xml_attribute xml_attribute::next_attribute() const
3772 {
3773 return _attr ? xml_attribute(_attr->next_attribute) : xml_attribute();
3774 }
3775
3776 PUGI__FN xml_attribute xml_attribute::previous_attribute() const
3777 {

Callers 6

decode_xmp_nodeFunction · 0.80
find_attributeFunction · 0.80
node_output_attributesFunction · 0.80
recursive_copy_skipFunction · 0.80
operator()Method · 0.80
step_fillMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected