|
Cupt
|
package for source versions More...
#include <cupt/cache/sourcepackage.hpp>
Public Member Functions | |
| SourcePackage (const shared_ptr< const string > &binaryArchitecture) | |
| constructor | |
|
vector< shared_ptr< const SourceVersion > > | getVersions () const |
| gets list of versions | |
Public Member Functions inherited from cupt::cache::Package | |
| Package (const shared_ptr< const string > &binaryArchitecture) | |
| constructor | |
| virtual | ~Package () |
| destructor | |
| void | addEntry (const Version::InitializationParameters &) |
| adds new element (version initialization parameters) to the container | |
| shared_ptr< const Version > | getSpecificVersion (const string &versionString) const |
| gets version with a certain Version::versionString | |
Additional Inherited Members | |
Static Public Attributes inherited from cupt::cache::Package | |
| 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 |
1.8.1.2