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

Method remove_attribute

UnitTests/TestApp/pugixml.cpp:4979–4982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4977 }
4978
4979 PUGI__FN bool xml_node::remove_attribute(const char_t* name_)
4980 {
4981 return remove_attribute(attribute(name_));
4982 }
4983
4984 PUGI__FN bool xml_node::remove_attribute(const xml_attribute& a)
4985 {

Callers

nothing calls this directly

Calls 1

destroy_attributeFunction · 0.70

Tested by

no test coverage detected