(Key, Value) string pair of XML node attributes
More...
#include <Xml.h>
|
typedef std::pair< std::string,
std::string > | Pair |
|
|
template<typename _Type > |
| NodeAttr (std::string key_r, const _Type &val_r) |
|
| NodeAttr (std::string key_r, std::string val_r) |
|
|
(Note that these are not member functions.)
|
template<class _Tp > |
std::string | asXmlNodeAttr (const _Tp &val_r) |
|
(Key, Value) string pair of XML node attributes
Definition at line 43 of file Xml.h.
Definition at line 45 of file Xml.h.
template<typename _Type >
zypp::xmlout::NodeAttr::NodeAttr |
( |
std::string |
key_r, |
|
|
const _Type & |
val_r |
|
) |
| |
|
inline |
Definition at line 48 of file Xml.h.
zypp::xmlout::NodeAttr::NodeAttr |
( |
std::string |
key_r, |
|
|
std::string |
val_r |
|
) |
| |
|
inline |
Definition at line 52 of file Xml.h.
template<class _Tp >
std::string asXmlNodeAttr |
( |
const _Tp & |
val_r | ) |
|
|
related |
The documentation for this class was generated from the following file: