#include "queue.h"
#include <solv/queue.h>
#include <iostream>
#include <zypp-core/base/LogTools.h>
#include <zypp/ng/sat/solvable.h>
Go to the source code of this file.
|
| | zyppng |
| |
| | zyppng::sat |
| | This file contains private API, this might break at any time between releases.
|
| |
|
| #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 ) |