XML only: RAII writing a XML nodes start/end tag.  
 More...
#include <zypp-tui/output/Out.h>
|  | 
|  | XmlNode (Out &out_r, const std::string &name_r, const std::initializer_list< Attr > &attrs_r={}) | 
|  | Ctor taking nodename and attribute list. 
 | 
|  | 
|  | XmlNode (Out &out_r, const std::string &name_r, Attr attr_r) | 
|  | Convenience ctor for one attribute pair. 
 | 
|  | 
|  | XmlNode (XmlNode &&rhs) noexcept | 
|  | Move ctor. 
 | 
|  | 
XML only: RAII writing a XML nodes start/end tag. 
{
        XmlNode( 
"node", { 
"attr", 
"val" } ); 
 
        ...
}                                       
XmlNode(Out &out_r, const std::string &name_r, const std::initializer_list< Attr > &attrs_r={})
Ctor taking nodename and attribute list.
Definition at line 479 of file Out.h.
◆ Attr
◆ XmlNode() [1/3]
  
  | 
        
          | ztui::Out::XmlNode::XmlNode | ( | Out & | out_r, |  
          |  |  | const std::string & | name_r, |  
          |  |  | const std::initializer_list< Attr > & | attrs_r = {} ) |  | inline | 
 
Ctor taking nodename and attribute list. 
Definition at line 484 of file Out.h.
 
 
◆ XmlNode() [2/3]
  
  | 
        
          | ztui::Out::XmlNode::XmlNode | ( | Out & | out_r, |  
          |  |  | const std::string & | name_r, |  
          |  |  | Attr | attr_r ) |  | inline | 
 
Convenience ctor for one attribute pair. 
Definition at line 492 of file Out.h.
 
 
◆ XmlNode() [3/3]
  
  | 
        
          | ztui::Out::XmlNode::XmlNode | ( | XmlNode && | rhs | ) |  |  | inlinenoexcept | 
 
Move ctor. 
Definition at line 497 of file Out.h.
 
 
◆ _node
The documentation for this class was generated from the following file: