Cupt
|
package for source versions More...
#include <cupt/cache/sourcepackage.hpp>
Public Member Functions | |
SourcePackage (const shared_ptr< const string > &binaryArchitecture) | |
constructor More... | |
vector< shared_ptr< const SourceVersion > > | getVersions () const |
![]() | |
Package (const shared_ptr< const string > &binaryArchitecture) | |
constructor More... | |
virtual | ~Package () |
destructor | |
void | addEntry (const Version::InitializationParameters &) |
adds new element (version initialization parameters) to the container | |
vector< shared_ptr< const Version > > | getVersions () const |
gets list of versions | |
shared_ptr< const Version > | getSpecificVersion (const string &versionString) const |
gets version with a certain Version::versionString More... | |
Additional Inherited Members | |
![]() | |
static bool | memoize |
memoize parsed versions | |
package for source versions
cupt::cache::SourcePackage::SourcePackage | ( | const shared_ptr< const string > & | binaryArchitecture) |
constructor
binaryArchitecture | system binary architecture |