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

Method previous_attribute

src/include/pugixml.cpp:3776–3779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3774 }
3775
3776 PUGI__FN xml_attribute xml_attribute::previous_attribute() const
3777 {
3778 return _attr && _attr->prev_attribute_c->next_attribute ? xml_attribute(_attr->prev_attribute_c) : xml_attribute();
3779 }
3780
3781 PUGI__FN const char_t* xml_attribute::as_string(const char_t* def) const
3782 {

Callers 1

pugixml.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected