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

Method previous_attribute

UnitTests/TestApp/pugixml.cpp:4237–4242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4235 }
4236
4237 PUGI__FN xml_attribute xml_attribute::previous_attribute() const
4238 {
4239 return _attr && _attr->prev_attribute_c->next_attribute
4240 ? xml_attribute(_attr->prev_attribute_c)
4241 : xml_attribute();
4242 }
4243
4244 PUGI__FN const char_t* xml_attribute::as_string(const char_t* def) const
4245 {

Callers 1

pugixml.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected