MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / xml_node_struct

Method xml_node_struct

src/pugiXML/pugixml.cpp:485–487  ·  view source on GitHub ↗

Default ctor \param type - node type

Source from the content-addressed store, hash-verified

483 /// Default ctor
484 /// \param type - node type
485 xml_node_struct(impl::xml_memory_page* page, xml_node_type type): header(reinterpret_cast<uintptr_t>(page) | (type - 1)), parent(0), name(0), value(0), first_child(0), prev_sibling_c(0), next_sibling(0), first_attribute(0)
486 {
487 }
488
489 uintptr_t header;
490

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected