18 #ifndef CUPT_CACHE_BINARYPACKAGE_SEEN
19 #define CUPT_CACHE_BINARYPACKAGE_SEEN
23 #include <cupt/fwd.hpp>
32 const bool __allow_reinstall;
36 CUPT_LOCAL
virtual bool _is_architecture_appropriate(
const shared_ptr< const Version >&)
const;
45 BinaryPackage(
const shared_ptr< const string >& binaryArchitecture,
bool allowReinstall);
47 vector< shared_ptr< const BinaryVersion > > getVersions()
const;
52 shared_ptr< const BinaryVersion > getInstalledVersion()
const;