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

Method xml_parser

src/pugiXML/pugixml.cpp:2067–2069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2065 #define PUGI__CHECK_ERROR(err, m) { if (*s == 0) PUGI__THROW_ERROR(err, m); }
2066
2067 xml_parser(const xml_allocator& alloc_): alloc(alloc_), error_offset(0), error_status(status_ok)
2068 {
2069 }
2070
2071 // DOCTYPE consists of nested sections of the following possible types:
2072 // <!-- ... -->, <? ... ?>, "...", '...'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected