Searched refs:XmlWriter (Results 1 – 1 of 1) sorted by relevance
6183 class XmlWriter { class6188 ScopedElement( XmlWriter* writer, XmlFormatting fmt );6204 mutable XmlWriter* m_writer = nullptr;6208 XmlWriter( std::ostream& os = Catch::cout() );6209 ~XmlWriter();6211 XmlWriter( XmlWriter const& ) = delete;6212 XmlWriter& operator=( XmlWriter const& ) = delete;6214 …XmlWriter& startElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline | Xml…6218 XmlWriter& endElement(XmlFormatting fmt = XmlFormatting::Newline | XmlFormatting::Indent);6220 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute );[all …]