12#ifndef ZYPP_SRCPACKAGE_H
13#define ZYPP_SRCPACKAGE_H
Base for resolvable objects.
virtual ~SrcPackage()
Dtor.
Pathname cachedLocation() const
Location of the downloaded package in cache or an empty path.
std::string sourcePkgType() const
The type of the source rpm ("src" or "nosrc").
ResTraits< Self > TraitsType
OnMediaLocation location() const
location of resolvable in repo
TraitsType::constPtrType constPtr
bool isCached() const
Whether the package is cached.
bool empty() const
Test for an empty path.
A Solvable object within the sat Pool.
Easy-to use interface to the ZYPP dependency resolver.
intrusive_ptr< const TRes > constPtrType
intrusive_ptr< TRes > PtrType
#define DEFINE_PTR_TYPE(NAME)
Forward declaration of Ptr types.