Struct ov::util::pugixml::ParseResult#
-
struct ParseResult#
A XML parse result structure with an error message and the
pugi::xml_documentdocument.Public Functions
-
inline ParseResult(std::unique_ptr<pugi::xml_document> &&xml, std::string error_msg)#
Constructs ParseResult with
pugi::xml_documentand an error message.- Parameters:
xml – The
pugi::xml_documenterror_msg – [in] The error message
-
inline ParseResult(std::unique_ptr<pugi::xml_document> &&xml, std::string error_msg)#