| 35 | using MemberType = typename NodeType::MemberNode; |
| 36 | |
| 37 | SAXHandler() = default; |
| 38 | SAXHandler(Allocator &alloc) : alloc_(&alloc) {} |
| 39 | |
| 40 | SAXHandler(const SAXHandler &) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected