libzypp 17.37.17
|
#include <zypp/PackageKeyword.h>
Public Member Functions | |
PackageKeyword () | |
Default ctor: empty keyword. | |
PackageKeyword (sat::detail::IdType id_r) | |
Ctor taking keyword as string. | |
PackageKeyword (const IdString &idstr_r) | |
PackageKeyword (const std::string &str_r) | |
PackageKeyword (const char *cstr_r) | |
Public Member Functions inherited from zypp::IdStringType< PackageKeyword > | |
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 ( !
| |
operator IdString () const | |
Explicit conversion to IdString. | |
operator std::string () const | |
Explicit conversion to std::string. |
Private Attributes | |
IdString | _str |
Friends | |
class | IdStringType< PackageKeyword > |
|
inline |
Default ctor: empty keyword.
Definition at line 32 of file PackageKeyword.h.
|
inlineexplicit |
Ctor taking keyword as string.
Definition at line 35 of file PackageKeyword.h.
|
inlineexplicit |
Definition at line 36 of file PackageKeyword.h.
|
inlineexplicit |
Definition at line 37 of file PackageKeyword.h.
|
inlineexplicit |
Definition at line 38 of file PackageKeyword.h.
|
friend |
Definition at line 38 of file PackageKeyword.h.
|
private |
Definition at line 42 of file PackageKeyword.h.