libzypp  15.28.6
Range.h File Reference
#include "zypp/RelCompare.h"
Include dependency graph for Range.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  zypp::Range< Tp, TCompare >
 

Namespaces

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

Functions

bool zypp::range_detail::overlaps (Rel lhs, Rel rhs, int cmp)
 Compute Range overlaps. More...
 
template<class Tp , class TCompare >
bool zypp::overlaps (const Range< Tp, TCompare > &lhs, const Range< Tp, TCompare > &rhs)
 
template<class Tp , class TCompare >
bool zypp::operator== (const Range< Tp, TCompare > &lhs, const Range< Tp, TCompare > &rhs)
 
template<class Tp , class TCompare >
bool zypp::operator!= (const Range< Tp, TCompare > &lhs, const Range< Tp, TCompare > &rhs)