#include <solv/queue.h>
#include <iostream>
#include <zypp/base/LogTools.h>
#include <zypp/sat/Queue.h>
#include <zypp/sat/Solvable.h>
Go to the source code of this file.
|
| zypp |
| Easy-to use interface to the ZYPP dependency resolver.
|
|
| zypp::sat |
|
|
#define | M_RANGE_CKECK(IDX, LOC) if ( IDX >= size_type(_pimpl->count) ) throw std::out_of_range( "zypp::sat::Queue::" LOC ) |
|
◆ M_RANGE_CKECK
#define M_RANGE_CKECK |
( |
|
IDX, |
|
|
|
LOC |
|
) |
| if ( IDX >= size_type(_pimpl->count) ) throw std::out_of_range( "zypp::sat::Queue::" LOC ) |