Horizon
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Catch::XmlWriter::ScopedElement Class Reference

Public Member Functions

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

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