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

Method value

Tools/EditorFramework/pugixml.cpp:4284–4287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4282 }
4283
4284 PUGI__FN const char_t* xml_attribute::value() const
4285 {
4286 return (_attr && _attr->value) ? _attr->value : PUGIXML_TEXT("");
4287 }
4288
4289 PUGI__FN size_t xml_attribute::hash_value() const
4290 {

Callers 15

parseSkinMethod · 0.45
fillStateDataMethod · 0.45
fillSeparatorDataMethod · 0.45
fillRegionDataMethod · 0.45
mergeNodesMethod · 0.45
mergeAttributesMethod · 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

Calls

no outgoing calls

Tested by

no test coverage detected