18 #ifndef CUPT_CACHE_SOURCEPACKAGE_SEEN 19 #define CUPT_CACHE_SOURCEPACKAGE_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;
40 vector< const SourceVersion* > getVersions()
const;
42 typedef internal::BasePackageIterator< SourceVersion > iterator;
43 iterator begin()
const;
Definition: binarypackage.hpp:26
common version information
Definition: version.hpp:39
package for source versions
Definition: sourcepackage.hpp:30
a container for all versions of the same package name
Definition: package.hpp:56