libzypp  15.28.6
SolvableType.h File Reference
#include <iosfwd>
#include "zypp/sat/Solvable.h"
#include "zypp/Repository.h"
#include "zypp/OnMediaLocation.h"
#include "zypp/ByteCount.h"
#include "zypp/CheckSum.h"
#include "zypp/CpeId.h"
#include "zypp/Date.h"
Include dependency graph for SolvableType.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zypp::sat::SolvableType< Derived >
 Base class for creating Solvable based types. More...
 

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::sat
 Libsolv interface
 

Functions

template<class Derived >
bool zypp::sat::operator== (const SolvableType< Derived > &lhs, const Solvable &rhs)
 
template<class Derived >
bool zypp::sat::operator== (const Solvable &lhs, const SolvableType< Derived > &rhs)
 
template<class Derived >
bool zypp::sat::operator!= (const SolvableType< Derived > &lhs, const Solvable &rhs)
 
template<class Derived >
bool zypp::sat::operator!= (const Solvable &lhs, const SolvableType< Derived > &rhs)
 
template<class Derived >
bool zypp::sat::operator< (const SolvableType< Derived > &lhs, const Solvable &rhs)
 
template<class Derived >
bool zypp::sat::operator< (const Solvable &lhs, const SolvableType< Derived > &rhs)
 
template<class Derived >
bool zypp::sat::identical (const SolvableType< Derived > &lhs, const Solvable &rhs)
 
template<class Derived >
bool zypp::sat::identical (const Solvable &lhs, const SolvableType< Derived > &rhs)
 
template<class Derived >
bool zypp::sat::sameNVRA (const SolvableType< Derived > &lhs, const Solvable &rhs)
 
template<class Derived >
bool zypp::sat::sameNVRA (const Solvable &lhs, const SolvableType< Derived > &rhs)
 
template<class Derived >
bool zypp::sat::compareByN (const SolvableType< Derived > &lhs, const Solvable &rhs)
 
template<class Derived >
bool zypp::sat::compareByN (const Solvable &lhs, const SolvableType< Derived > &rhs)
 
template<class Derived >
bool zypp::sat::compareByNVR (const SolvableType< Derived > &lhs, const Solvable &rhs)
 
template<class Derived >
bool zypp::sat::compareByNVR (const Solvable &lhs, const SolvableType< Derived > &rhs)
 
template<class Derived >
bool zypp::sat::compareByNVRA (const SolvableType< Derived > &lhs, const Solvable &rhs)
 
template<class Derived >
bool zypp::sat::compareByNVRA (const Solvable &lhs, const SolvableType< Derived > &rhs)