Searched refs:ScopedElement (Results 1 – 1 of 1) sorted by relevance
6186 class ScopedElement { class in Catch::XmlWriter6188 ScopedElement( XmlWriter* writer, XmlFormatting fmt );6190 ScopedElement( ScopedElement&& other ) noexcept;6191 ScopedElement& operator=( ScopedElement&& other ) noexcept;6193 ~ScopedElement();6195 …ScopedElement& writeText( std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | Xm…6198 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()6216 …ScopedElement scopedElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline |…15271 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer, XmlFormatting fmt ) in ScopedElement() function in Catch::XmlWriter::ScopedElement15276 XmlWriter::ScopedElement::ScopedElement( ScopedElement&& other ) noexcept in ScopedElement() function in Catch::XmlWriter::ScopedElement[all …]