Tri state Capability match result.
More...
#include <CapMatch.h>
|
(Note that these are not member functions.)
|
std::ostream & | operator<< (std::ostream &str, const CapMatch &obj) |
| 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.
Tri state Capability match result.
static const CapMatch irrelevant
Definition at line 37 of file CapMatch.h.
◆ Result
Enumerator |
---|
NOMATCH | |
MATCH | |
IRRELEVANT | |
Definition at line 39 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: