Go to the source code of this file.
|
| zypp |
| Easy-to use interface to the ZYPP dependency resolver.
|
|
◆ ZYPP_USE_RESOLVER_INTERNALS
#define ZYPP_USE_RESOLVER_INTERNALS |
◆ ZOLV_FLAG_BOOL
#define ZOLV_FLAG_BOOL |
( |
|
ZSETTER, |
|
|
|
ZGETTER |
|
) |
| |
Value:void Resolver::ZSETTER( bool yesno_r ){ _pimpl->ZSETTER( yesno_r ); } \
bool Resolver::ZGETTER() const { return _pimpl->ZGETTER(); } \
Definition at line 111 of file Resolver.cc.
◆ ZOLV_FLAG_TRIBOOL
#define ZOLV_FLAG_TRIBOOL |
( |
|
ZSETTER, |
|
|
|
ZDEFAULT, |
|
|
|
ZGETTER |
|
) |
| |
Value: void Resolver::ZDEFAULT() { _pimpl->ZSETTER( indeterminate ); } \
#define ZOLV_FLAG_BOOL(ZSETTER, ZGETTER)
Definition at line 115 of file Resolver.cc.