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