|
INET Framework for OMNeT++/OMNEST
|
This class defines the interface for packet comparator functions. More...
#include <IPacketComparatorFunction.h>
Public Member Functions | |
| virtual | ~IPacketComparatorFunction () |
| virtual int | comparePackets (Packet *packet1, Packet *packet2) const =0 |
| Returns the order of the given packets. More... | |
| virtual bool | less (cObject *a, cObject *b) override |
This class defines the interface for packet comparator functions.
|
inlinevirtual |
|
pure virtual |
Returns the order of the given packets.
Implemented in inet::queueing::CPacketComparatorFunction.
Referenced by inet::queueing::InProgressQueue::canPushPacket().
|
inlineoverridevirtual |