libzypp  11.13.5
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, _Compare >

Namespaces

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

Functions

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

Detailed Description

Definition in file Range.h.