|
|
static bool | FromCommandLine (VersionContainerInterface *const vci, pkgCacheFile &Cache, const char **cmdline, CacheSetHelper::VerSelector const fallback, CacheSetHelper &helper) |
| |
|
static bool | FromString (VersionContainerInterface *const vci, pkgCacheFile &Cache, std::string pkg, CacheSetHelper::VerSelector const fallback, CacheSetHelper &helper, bool const onlyFromName=false) |
| |
|
static bool | FromPattern (VersionContainerInterface *const vci, pkgCacheFile &Cache, std::string pkg, CacheSetHelper::VerSelector const fallback, CacheSetHelper &helper) |
| |
|
static bool | FromPackage (VersionContainerInterface *const vci, pkgCacheFile &Cache, pkgCache::PkgIterator const &P, CacheSetHelper::VerSelector const fallback, CacheSetHelper &helper) |
| |
|
static bool | FromModifierCommandLine (unsigned short &modID, VersionContainerInterface *const vci, pkgCacheFile &Cache, const char *cmdline, std::list< Modifier > const &mods, CacheSetHelper &helper) |
| |
|
static bool | FromDependency (VersionContainerInterface *const vci, pkgCacheFile &Cache, pkgCache::DepIterator const &D, CacheSetHelper::VerSelector const selector, CacheSetHelper &helper) |
| |
◆ getCandidateVer()
returns the candidate version of the package
- Parameters
-
| Cache | to be used to query for information |
| Pkg | we want the candidate version from this package |
| helper | used in this container instance |
References CacheSetHelper::CANDIDATE.
◆ getInstalledVer()
returns the installed version of the package
- Parameters
-
| Cache | to be used to query for information |
| Pkg | we want the installed version from this package |
| helper | used in this container instance |
References CacheSetHelper::INSTALLED.
The documentation for this class was generated from the following files: