libzypp  17.38.7
capability.h File Reference
#include <iosfwd>
#include <zypp-core/Globals.h>
#include <zypp/ng/sat/poolconstants.h>
#include <zypp/ng/sat/poolmember.h>
#include <zypp/ng/arch.h>
#include <zypp/ng/idstring.h>
#include <zypp/ng/edition.h>
#include <zypp/ng/rel.h>
#include <zypp/ng/restraits.h>
#include <zypp/ng/resolvernamespace.h>
#include <zypp/ng/capmatch.h>
#include <zypp/ng/reskind.h>
Include dependency graph for capability.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zyppng::sat::Capability
 A sat capability. More...
 
struct  zyppng::sat::Capability::Matches
 matches functor. More...
 
class  zyppng::sat::CapDetail
 Helper providing more detailed information about a Capability. More...
 

Namespaces

 zyppng::sat
 This file contains private API, this might break at any time between releases.
 

Typedefs

using zyppng::sat::CapabilitySet = std::unordered_set< Capability >
 

Functions

bool zyppng::sat::operator== (const Capability &lhs, const Capability &rhs)
 relates: Capability More...
 
bool zyppng::sat::operator!= (const Capability &lhs, const Capability &rhs)
 relates: Capability More...
 
bool zyppng::sat::operator< (const Capability &lhs, const Capability &rhs)
 relates: Capability Arbitrary order. More...
 
 ZYPP_DEFINE_ID_HASHABLE (::zyppng::sat::Capability)
 

Function Documentation

◆ ZYPP_DEFINE_ID_HASHABLE()

ZYPP_DEFINE_ID_HASHABLE ( ::zyppng::sat::Capability  )