#include <cacheset.h>
|
static bool | FromCommandLine (PackageContainerInterface *const pci, pkgCacheFile &Cache, const char **cmdline, CacheSetHelper &helper) |
|
static bool | FromGroup (PackageContainerInterface *const pci, pkgCacheFile &Cache, std::string pattern, CacheSetHelper &helper) |
|
static bool | FromModifierCommandLine (unsigned short &modID, PackageContainerInterface *const pci, pkgCacheFile &Cache, const char *cmdline, std::list< Modifier > const &mods, CacheSetHelper &helper) |
|
static pkgCache::PkgIterator | FromName (pkgCacheFile &Cache, std::string const &pattern, CacheSetHelper &helper) |
|
static bool | FromRegEx (PackageContainerInterface *const pci, pkgCacheFile &Cache, std::string pattern, CacheSetHelper &helper) |
|
static bool | FromString (PackageContainerInterface *const pci, pkgCacheFile &Cache, std::string const &pattern, CacheSetHelper &helper) |
|
static bool | FromTask (PackageContainerInterface *const pci, pkgCacheFile &Cache, std::string pattern, CacheSetHelper &helper) |
|
Enumerator |
---|
UNKNOWN |
|
REGEX |
|
TASK |
|
virtual void APT::PackageContainerInterface::clear |
( |
| ) |
|
|
pure virtual |
virtual bool APT::PackageContainerInterface::empty |
( |
| ) |
const |
|
pure virtual |
virtual Constructor APT::PackageContainerInterface::getConstructor |
( |
| ) |
const |
|
pure virtual |
virtual void APT::PackageContainerInterface::setConstructor |
( |
Constructor const & |
con | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: