49#define OUTS(X) if ( kind == ResTraits<X>::kind ) return make<X>( solvable_r );
Class representing an application (appdata.xml)
Class representing a patch.
Base for resolvable objects.
virtual std::ostream & dumpOn(std::ostream &str) const
Helper for stream output.
virtual ~ResObject()
Dtor.
ResObject(const sat::Solvable &solvable_r)
Ctor.
Base for resolvable objects.
virtual std::ostream & dumpOn(std::ostream &str) const
Helper for stream output.
A Solvable object within the sat Pool.
ResKind kind() const
The Solvables ResKind.
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
ResObject::Ptr makeResObject(const sat::Solvable &solvable_r)
Create ResObject from sat::Solvable.
#define IMPL_PTR_TYPE(NAME)