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 () | |
constructor | |
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
const Version* cupt::cache::Package::getSpecificVersion | ( | const string & | versionString | ) | const |
gets version with a certain Version::versionString
versionString | version string |