Go to the source code of this file.
|
| | zypp |
| | Easy-to use interface to the ZYPP dependency resolver.
|
| |
| | zypp::sat |
| |
◆ NO_SOLVABLE_RETURN
| #define NO_SOLVABLE_RETURN |
( |
|
VAL | ) |
|
Value: if ( ! _solvable ) return VAL
::s_Solvable CSolvable
Wrapped libsolv C data type exposed as backdoor.
Definition at line 110 of file Solvable.cc.
◆ DECLARE_CAP_FWD
| #define DECLARE_CAP_FWD |
( |
|
_Fnc_Name | ) |
|
Value:Capabilities Solvable::_Fnc_Name() const \
{ return dep_##_Fnc_Name(); }
Definition at line 535 of file Solvable.cc.
◆ OUTS
| #define OUTS |
( |
|
X | ) |
if ( ! obj[Dep::X].empty() ) str << endl << " " #X " " << obj[Dep::X] |
◆ _locales
| const LocaleSet& _locales |