18 #ifndef CUPT_CACHE_BINARYPACKAGE_SEEN
19 #define CUPT_CACHE_BINARYPACKAGE_SEEN
23 #include <cupt/fwd.hpp>
34 CUPT_LOCAL
virtual unique_ptr< Version > _parse_version(
const internal::VersionParseParameters&)
const;
35 CUPT_LOCAL
virtual bool _is_architecture_appropriate(
const string&,
const Version*)
const;
41 vector< const BinaryVersion* > getVersions()
const;
48 typedef internal::BasePackageIterator< BinaryVersion > iterator;
49 iterator begin()
const;