libzypp 17.31.23
|
represents all atributes in PoolQuery except SolvAtributes, which are used as is (not needed extend anything if someone adds new solv attr) More...
Public Member Functions | |
PoolQueryAttr () | |
PoolQueryAttr (const char *cstr_r) | |
PoolQueryAttr (const std::string &str_r) | |
Public Member Functions inherited from zypp::IdStringType< PoolQueryAttr > | |
IdString | idStr () const |
bool | empty () const |
unsigned | size () const |
const char * | c_str () const |
std::string | asString () const |
IdType | id () const |
operator bool () const | |
Evaluate in a boolean context ( ! empty() ) . | |
operator IdString () const | |
Explicit conversion to IdString. | |
operator std::string () const | |
Explicit conversion to std::string. | |
int | compare (const PoolQueryAttr &rhs) const |
int | compare (const IdStringType &rhs) const |
int | compare (const IdString &rhs) const |
int | compare (const std::string &rhs) const |
int | compare (const char *rhs) const |
Static Public Attributes | |
static const PoolQueryAttr | noAttr |
static const PoolQueryAttr | repoAttr |
static const PoolQueryAttr | kindAttr |
static const PoolQueryAttr | commentAttr |
static const PoolQueryAttr | stringAttr |
static const PoolQueryAttr | stringTypeAttr |
static const PoolQueryAttr | requireAllAttr |
static const PoolQueryAttr | caseSensitiveAttr |
static const PoolQueryAttr | installStatusAttr |
static const PoolQueryAttr | editionAttr |
static const PoolQueryAttr | complexAttr |
Private Attributes | |
IdString | _str |
Friends | |
class | IdStringType< PoolQueryAttr > |
Additional Inherited Members | |
Public Types inherited from zypp::IdStringType< PoolQueryAttr > | |
typedef IdString::IdType | IdType |
Static Public Member Functions inherited from zypp::IdStringType< PoolQueryAttr > | |
static int | compare (const PoolQueryAttr &lhs, const PoolQueryAttr &rhs) |
static int | compare (const PoolQueryAttr &lhs, const IdString &rhs) |
static int | compare (const PoolQueryAttr &lhs, const std::string &rhs) |
static int | compare (const PoolQueryAttr &lhs, const char *rhs) |
static int | compare (const IdString &lhs, const PoolQueryAttr &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 PoolQueryAttr &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 PoolQueryAttr &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) |
Protected Member Functions inherited from zypp::IdStringType< PoolQueryAttr > | |
IdStringType () | |
IdStringType (const IdStringType &) | |
void | operator= (const IdStringType &) |
~IdStringType () | |
Static Protected Member Functions inherited from zypp::sat::detail::PoolMember | |
static PoolImpl & | myPool () |
Related Functions inherited from zypp::IdStringType< PoolQueryAttr > | |
std::ostream & | operator<< (std::ostream &str, const IdStringType< PoolQueryAttr > &obj) |
Stream output. | |
bool | operator== (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) |
Equal. | |
bool | operator!= (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) |
NotEqual. | |
bool | operator< (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) |
Less. | |
bool | operator<= (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) |
LessEqual. | |
bool | operator> (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) |
Greater. | |
bool | operator>= (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) |
GreaterEqual. | |
represents all atributes in PoolQuery except SolvAtributes, which are used as is (not needed extend anything if someone adds new solv attr)
Definition at line 1070 of file PoolQuery.cc.
|
inline |
Definition at line 1078 of file PoolQuery.cc.
|
inlineexplicit |
Definition at line 1080 of file PoolQuery.cc.
|
inlineexplicit |
Definition at line 1084 of file PoolQuery.cc.
|
friend |
Definition at line 724 of file PoolQuery.cc.
|
private |
Definition at line 1074 of file PoolQuery.cc.
|
static |
Definition at line 1089 of file PoolQuery.cc.
|
static |
Definition at line 1092 of file PoolQuery.cc.
|
static |
Definition at line 1093 of file PoolQuery.cc.
|
static |
Definition at line 1094 of file PoolQuery.cc.
|
static |
Definition at line 1095 of file PoolQuery.cc.
|
static |
Definition at line 1096 of file PoolQuery.cc.
|
static |
Definition at line 1097 of file PoolQuery.cc.
|
static |
Definition at line 1098 of file PoolQuery.cc.
|
static |
Definition at line 1099 of file PoolQuery.cc.
|
static |
Definition at line 1100 of file PoolQuery.cc.
|
static |
Definition at line 1101 of file PoolQuery.cc.