libzypp  17.38.7
range.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
9 // Automatically generated wrapper for zypp/Range.h
10 // Source Namespace: zypp -> Target Namespace: zyppng
11 #ifndef RANGE_H_ZYPPNG_WRAPPER_H
12 #define RANGE_H_ZYPPNG_WRAPPER_H
13 
14 #include <zypp/Range.h>
15 
16 namespace zyppng
17 {
18 
19  namespace range_detail {
21  } // namespace range_detail
22 
23  using ::zypp::Range;
25  using ::zypp::operator==;
26  using ::zypp::operator!=;
27 } // namespace zyppng
28 #endif // RANGE_H_ZYPPNG_WRAPPER_H
bool overlaps(Rel lhs, Rel rhs, int cmp)
Compute Range overlaps.
Definition: Range.cc:30