ZeroErr
载入中...
搜索中...
未找到
zeroerr::detail::XmlWriter::ScopedElement类 参考

Public 成员函数

 ScopedElement (XmlWriter *writer)
 
 ScopedElement (ScopedElement &&other) noexcept
 
ScopedElementoperator= (ScopedElement &&other) noexcept
 
 ~ScopedElement ()
 
ScopedElementwriteText (const std::string &text, bool indent=true, bool new_line=true)
 
template<typename T >
ScopedElementwriteAttribute (const std::string &name, const T &attribute)
 

构造及析构函数说明

◆ ScopedElement() [1/2]

zeroerr::detail::XmlWriter::ScopedElement::ScopedElement ( XmlWriter writer)

◆ ScopedElement() [2/2]

zeroerr::detail::XmlWriter::ScopedElement::ScopedElement ( ScopedElement &&  other)
noexcept

◆ ~ScopedElement()

zeroerr::detail::XmlWriter::ScopedElement::~ScopedElement ( )

成员函数说明

◆ operator=()

XmlWriter::ScopedElement & zeroerr::detail::XmlWriter::ScopedElement::operator= ( ScopedElement &&  other)
noexcept

◆ writeAttribute()

template<typename T >
ScopedElement & zeroerr::detail::XmlWriter::ScopedElement::writeAttribute ( const std::string &  name,
const T &  attribute 
)
inline

◆ writeText()

XmlWriter::ScopedElement & zeroerr::detail::XmlWriter::ScopedElement::writeText ( const std::string &  text,
bool  indent = true,
bool  new_line = true 
)

该类的文档由以下文件生成: