(Key, Value) string pair of XML node attributes
More...
#include <zypp-core/base/Xml.h>
|
| using | Pair = std::pair<std::string, std::string> |
|
| template<typename Tp> |
| | NodeAttr (std::string key_r, const Tp &val_r) |
| | NodeAttr (std::string key_r, std::string val_r) |
(Key, Value) string pair of XML node attributes
Definition at line 43 of file Xml.h.
◆ Pair
Definition at line 45 of file Xml.h.
◆ NodeAttr() [1/2]
template<typename Tp>
| zypp::xmlout::NodeAttr::NodeAttr |
( |
std::string | key_r, |
|
|
const Tp & | val_r ) |
|
inline |
Definition at line 48 of file Xml.h.
◆ NodeAttr() [2/2]
| zypp::xmlout::NodeAttr::NodeAttr |
( |
std::string | key_r, |
|
|
std::string | val_r ) |
|
inline |
Definition at line 52 of file Xml.h.
The documentation for this class was generated from the following file: