#include "queue.h"
#include <solv/queue.h>
#include <iostream>
#include <zypp-core/base/LogTools.h>
#include <zypp-core/ng/base/ranges.h>
#include <zypp/ng/sat/solvable.h>
Go to the source code of this file.
|
| namespace | zyppng |
| namespace | zyppng::sat |
| | This file contains private API, this might break at any time between releases.
|
◆ M_RANGE_CKECK
| #define M_RANGE_CKECK |
( |
| IDX, |
|
|
| LOC ) |
Value:if ( IDX >= size_type(_pimpl->count) ) throw std::out_of_range( "zypp::sat::Queue::" LOC )
Definition at line 85 of file queue.cc.