Go to the source code of this file.
Namespaces |
namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver.
|
namespace | zypp::sat |
| Libsolv interface
|
Defines |
#define | OUTS(K, S) if ( !::strncmp( ident_r, ResKind::K.c_str(), S ) && ident_r[S] == ':' ) ret = ResKind::K |
#define | NO_SOLVABLE_RETURN(VAL) |
#define | OUTS(K, S) if ( !::strncmp( ident, ResKind::K.c_str(), S ) ) return ResKind::K |
#define | OUTS(X) if ( ! obj[Dep::X].empty() ) str << endl << " " #X " " << obj[Dep::X] |
Functions |
Capabilities | zypp::sat::_getCapabilities (detail::IdType *idarraydata_r,::Offset offs_r) |
std::ostream & | zypp::sat::operator<< (std::ostream &str, const Solvable &obj) |
std::ostream & | zypp::sat::dumpOn (std::ostream &str, const Solvable &obj) |
Detailed Description
Definition in file Solvable.cc.
Define Documentation
#define OUTS |
( |
|
K, |
|
|
|
S |
|
) |
| if ( !::strncmp( ident_r, ResKind::K.c_str(), S ) && ident_r[S] == ':' ) ret = ResKind::K |
#define NO_SOLVABLE_RETURN |
( |
|
VAL | ) |
|
Value:::_Solvable * _solvable( get() ); \
if ( ! _solvable ) return VAL
Definition at line 126 of file Solvable.cc.
#define OUTS |
( |
|
K, |
|
|
|
S |
|
) |
| if ( !::strncmp( ident, ResKind::K.c_str(), S ) ) return ResKind::K |
#define OUTS |
( |
|
X | ) |
if ( ! obj[Dep::X].empty() ) str << endl << " " #X " " << obj[Dep::X] |
Variable Documentation