#include <QueuePolicy.h>
Public Member Functions | |
virtual | ~QueueCompLMOPR () |
Destructor. | |
virtual bool | operator() (const Bundle *a, const Bundle *b) const |
Virtual from std::greater. | |
Protected Member Functions | |
QueueCompLMOPR (QueuePolicy::q_policy_t qp, const Stats *stats) | |
Constructor, protected to enforce factory method. | |
Friends | |
class | QueuePolicy |
Definition at line 235 of file QueuePolicy.h.
virtual prophet::QueueCompLMOPR::~QueueCompLMOPR | ( | ) | [inline, virtual] |
prophet::QueueCompLMOPR::QueueCompLMOPR | ( | QueuePolicy::q_policy_t | qp, | |
const Stats * | stats | |||
) | [inline, protected] |
virtual bool prophet::QueueCompLMOPR::operator() | ( | const Bundle * | a, | |
const Bundle * | b | |||
) | const [inline, virtual] |
Virtual from std::greater.
Reimplemented from prophet::QueueComp.
Definition at line 246 of file QueuePolicy.h.
References prophet::Stats::get_lmopr(), prophet::Bundle::sequence_num(), prophet::QueueComp::stats_, and prophet::QueueComp::verbose_.
friend class QueuePolicy [friend] |