#include <QueuePolicy.h>

Public Member Functions | |
| virtual | ~QueueCompSHLI () |
| Destructor. | |
| virtual bool | operator() (const Bundle *a, const Bundle *b) const |
| Virtual from std::greater. | |
Protected Member Functions | |
| QueueCompSHLI (QueuePolicy::q_policy_t qp) | |
| Constructor, protected to enforce factory method. | |
Friends | |
| class | QueuePolicy |
Definition at line 272 of file QueuePolicy.h.
| virtual prophet::QueueCompSHLI::~QueueCompSHLI | ( | ) | [inline, virtual] |
| prophet::QueueCompSHLI::QueueCompSHLI | ( | QueuePolicy::q_policy_t | qp | ) | [inline, protected] |
| virtual bool prophet::QueueCompSHLI::operator() | ( | const Bundle * | a, | |
| const Bundle * | b | |||
| ) | const [inline, virtual] |
Virtual from std::greater.
Reimplemented from prophet::QueueComp.
Definition at line 283 of file QueuePolicy.h.
References prophet::Bundle::creation_ts(), prophet::Bundle::expiration_ts(), prophet::Bundle::sequence_num(), and prophet::QueueComp::verbose_.
friend class QueuePolicy [friend] |
1.5.8