Default ctor
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected