Go to the source code of this file.
|
| namespace | zypp |
| | Easy-to use interface to the ZYPP dependency resolver.
|
| |
| namespace | zypp::detail |
| |
◆ NO_REPOSITORY_RETURN
| #define NO_REPOSITORY_RETURN |
( |
|
VAL | ) |
|
Value:
if ( ! _repo ) return VAL
::s_Repo CRepo
Wrapped libsolv C data type exposed as backdoor.
Definition at line 45 of file Repository.cc.
◆ NO_REPOSITORY_THROW
| #define NO_REPOSITORY_THROW |
( |
|
VAL | ) |
|
Value:
#define ZYPP_THROW(EXCPT)
Drops a logline and throws the Exception.
Definition at line 49 of file Repository.cc.