Tri state Capability match result.
More...
#include <zypp/CapMatch.h>
|
(Note that these are not member symbols.)
|
std::ostream & | operator<< (std::ostream &str, const CapMatch &obj) ZYPP_API |
| Stream output.
|
Tri state Capability match result.
CapMatch::irrelevant denotes a result value that should be ignored. Therfore it behaves neutral when used in ! && || expressions.
static const CapMatch irrelevant
Definition at line 38 of file CapMatch.h.
◆ Result
Enumerator |
---|
NOMATCH | |
MATCH | |
IRRELEVANT | |
Definition at line 40 of file CapMatch.h.
◆ CapMatch() [1/2]
zypp::CapMatch::CapMatch |
( |
| ) |
|
|
inline |
◆ CapMatch() [2/2]
zypp::CapMatch::CapMatch |
( |
bool | val_r | ) |
|
|
inline |
◆ operator==
◆ operator!=
◆ operator!
◆ operator&&
◆ operator||
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & | str, |
|
|
const CapMatch & | obj ) |
|
friend |
◆ operator<<() [2/2]
std::ostream & operator<< |
( |
std::ostream & | str, |
|
|
const CapMatch & | obj ) |
|
related |
◆ yes
◆ no
◆ irrelevant
const CapMatch zypp::CapMatch::irrelevant |
|
static |
◆ _result
Result zypp::CapMatch::_result |
|
private |
The documentation for this class was generated from the following files: