Package keywords.
More...
#include <zypp/PackageKeyword.h>
|
| using | IdType |
| static int | compare (const PackageKeyword &lhs, const PackageKeyword &rhs) |
| static int | compare (const PackageKeyword &lhs, const IdString &rhs) |
| static int | compare (const PackageKeyword &lhs, const std::string &rhs) |
| static int | compare (const PackageKeyword &lhs, const char *rhs) |
| static int | compare (const IdString &lhs, const PackageKeyword &rhs) |
| static int | compare (const IdString &lhs, const IdString &rhs) |
| static int | compare (const IdString &lhs, const std::string &rhs) |
| static int | compare (const IdString &lhs, const char *rhs) |
| static int | compare (const std::string &lhs, const PackageKeyword &rhs) |
| static int | compare (const std::string &lhs, const IdString &rhs) |
| static int | compare (const std::string &lhs, const std::string &rhs) |
| static int | compare (const std::string &lhs, const char *rhs) |
| static int | compare (const char *lhs, const PackageKeyword &rhs) |
| static int | compare (const char *lhs, const IdString &rhs) |
| static int | compare (const char *lhs, const std::string &rhs) |
| static int | compare (const char *lhs, const char *rhs) |
| | IdStringType ()=default |
| | IdStringType (const IdStringType &)=default |
| | IdStringType (IdStringType &&) noexcept=default |
| IdStringType & | operator= (const IdStringType &)=default |
| IdStringType & | operator= (IdStringType &&) noexcept=default |
| | ~IdStringType ()=default |
Package keywords.
- See also
- IdStringType
Definition at line 28 of file PackageKeyword.h.
◆ PackageKeyword() [1/5]
| zypp::PackageKeyword::PackageKeyword |
( |
| ) |
|
|
inline |
◆ PackageKeyword() [2/5]
◆ PackageKeyword() [3/5]
| zypp::PackageKeyword::PackageKeyword |
( |
const IdString & | idstr_r | ) |
|
|
inlineexplicit |
◆ PackageKeyword() [4/5]
| zypp::PackageKeyword::PackageKeyword |
( |
const std::string & | str_r | ) |
|
|
inlineexplicit |
◆ PackageKeyword() [5/5]
| zypp::PackageKeyword::PackageKeyword |
( |
const char * | cstr_r | ) |
|
|
inlineexplicit |
◆ IdStringType< PackageKeyword >
◆ _str
The documentation for this class was generated from the following file: