#include <XMLParserData.h>
Public Member Functions | |
| XMLDependency () | |
| XMLDependency (const std::string &kind, const std::string &encoded) | |
Public Attributes | |
| std::string | kind |
| std::string | encoded |
Definition at line 43 of file XMLParserData.h.
| zypp::parser::xmlstore::XMLDependency::XMLDependency | ( | ) |
| zypp::parser::xmlstore::XMLDependency::XMLDependency | ( | const std::string & | kind, | |
| const std::string & | encoded | |||
| ) |
Definition at line 22 of file XMLParserData.cc.
| std::string zypp::parser::xmlstore::XMLDependency::kind |
Definition at line 47 of file XMLParserData.h.
Referenced by zypp::storage::XMLFilesBackend::createCapability(), and zypp::parser::xmlstore::operator<<().
| std::string zypp::parser::xmlstore::XMLDependency::encoded |
Definition at line 48 of file XMLParserData.h.
Referenced by zypp::storage::XMLFilesBackend::createCapability(), and zypp::parser::xmlstore::operator<<().
1.5.3