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

Method name

Tools/EditorFramework/pugixml.cpp:4279–4282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4277 }
4278
4279 PUGI__FN const char_t* xml_attribute::name() const
4280 {
4281 return (_attr && _attr->name) ? _attr->name : PUGIXML_TEXT("");
4282 }
4283
4284 PUGI__FN const char_t* xml_attribute::value() const
4285 {

Callers 15

loadSettingsFileMethod · 0.45
mergeNodesMethod · 0.45
mergeAttributesMethod · 0.45
loadUserSettingsFileMethod · 0.45
node_output_attributesFunction · 0.45
node_outputFunction · 0.45
recursive_copy_skipFunction · 0.45
append_copyMethod · 0.45
prepend_copyMethod · 0.45
insert_copy_afterMethod · 0.45
insert_copy_beforeMethod · 0.45
pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected