Horizon
Loading...
Searching...
No Matches
Catch::XmlWriter::ScopedElement Class Reference

Public Member Functions

 ScopedElement (XmlWriter *writer, XmlFormatting fmt)
 ScopedElement (ScopedElement &&other) noexcept
ScopedElement & operator= (ScopedElement &&other) noexcept
ScopedElement & writeText (StringRef text, XmlFormatting fmt=XmlFormatting::Newline|XmlFormatting::Indent)
ScopedElement & writeAttribute (StringRef name, StringRef attribute)
template<typename T, typename = typename std::enable_if_t< !std::is_convertible<T, StringRef>::value>>
ScopedElement & writeAttribute (StringRef name, T const &attribute)

The documentation for this class was generated from the following files: