Package keywords.
More...
#include <PackageKeyword.h>
|
typedef IdString::IdType | 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 () |
|
| IdStringType (const IdStringType &) |
|
void | operator= (const IdStringType &) |
|
| ~IdStringType () |
|
static PoolImpl & | myPool () |
|
Package keywords.
- See Also
- IdStringType
Definition at line 28 of file PackageKeyword.h.
zypp::PackageKeyword::PackageKeyword |
( |
| ) |
|
|
inline |
zypp::PackageKeyword::PackageKeyword |
( |
const IdString & |
idstr_r | ) |
|
|
inlineexplicit |
zypp::PackageKeyword::PackageKeyword |
( |
const std::string & |
str_r | ) |
|
|
inlineexplicit |
zypp::PackageKeyword::PackageKeyword |
( |
const char * |
cstr_r | ) |
|
|
inlineexplicit |
The documentation for this class was generated from the following file: