Cupt
|
a container for all versions of the same package name More...
#include <cupt/cache/package.hpp>
Public Types | |
typedef internal::BasePackageIterator < Version > | iterator |
Public Member Functions | |
Package (const string *binaryArchitecture) | |
constructor More... | |
virtual | ~Package () |
destructor | |
vector< const Version * > | getVersions () const |
gets list of versions | |
const Version * | getSpecificVersion (const string &versionString) const |
gets version with a certain Version::versionString More... | |
iterator | begin () const |
iterator | end () const |
a container for all versions of the same package name
cupt::cache::Package::Package | ( | const string * | binaryArchitecture) |
constructor
binaryArchitecture | binary architecture of the system |
const Version* cupt::cache::Package::getSpecificVersion | ( | const string & | versionString) | const |
gets version with a certain Version::versionString
versionString | version string |