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

Method type

Tools/EditorFramework/pugixml.cpp:4490–4493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4488 }
4489
4490 PUGI__FN xml_node_type xml_node::type() const
4491 {
4492 return _root ? static_cast<xml_node_type>((_root->header & impl::xml_memory_page_type_mask) + 1) : node_null;
4493 }
4494
4495 PUGI__FN const char_t* xml_node::value() const
4496 {

Callers 15

mergeNodesMethod · 0.45
node_outputFunction · 0.45
has_declarationFunction · 0.45
recursive_copy_skipFunction · 0.45
append_childMethod · 0.45
prepend_childMethod · 0.45
insert_child_beforeMethod · 0.45
insert_child_afterMethod · 0.45
append_copyMethod · 0.45
prepend_copyMethod · 0.45
insert_copy_afterMethod · 0.45
insert_copy_beforeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected