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

Method xml_attribute_struct

src/pugiXML/pugixml.cpp:467–469  ·  view source on GitHub ↗

Default ctor

Source from the content-addressed store, hash-verified

465 {
466 /// Default ctor
467 xml_attribute_struct(impl::xml_memory_page* page): header(reinterpret_cast<uintptr_t>(page)), name(0), value(0), prev_attribute_c(0), next_attribute(0)
468 {
469 }
470
471 uintptr_t header;
472

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected