apt 3.0.3
commandline package manager
Public Member Functions | List of all members
PackageArchitectureMatchesSpecification Class Reference
Inheritance diagram for PackageArchitectureMatchesSpecification:
[legend]
Collaboration diagram for PackageArchitectureMatchesSpecification:
[legend]

Public Member Functions

 PackageArchitectureMatchesSpecification (std::string const &pattern, bool const isPattern=true)
 matching against architecture specification strings
 
bool operator() (char const *const &arch)
 
bool operator() (pkgCache::PkgIterator const &Pkg) override
 
- Public Member Functions inherited from PackageMatcher
bool operator() (pkgCache::VerIterator const &Ver) override
 
bool operator() (pkgCache::GrpIterator const &) override
 

Constructor & Destructor Documentation

◆ PackageArchitectureMatchesSpecification()

PackageArchitectureMatchesSpecification ( std::string const &  pattern,
bool const  isPattern = true 
)

matching against architecture specification strings

Parameters
patternis the architecture specification string
isPatterndefines if the given pattern is a architecture specification pattern to match others against or if it is the fixed string and matched against patterns

Member Function Documentation

◆ operator()()

bool operator() ( pkgCache::PkgIterator const &  Pkg)
overridevirtual

Implements PackageMatcher.


The documentation for this class was generated from the following files: