| INET Framework for OMNeT++/OMNEST
    | 
This class defines that interface of the queues that algorithmic droppers use. More...
#include <IQueueAccess.h>
 
  
 | Public Member Functions | |
| virtual | ~IQueueAccess () | 
| virtual int | getLength () const =0 | 
| Returns the number of frames in the queue.  More... | |
| virtual int | getByteLength () const =0 | 
| Returns the number of bytes in the queue.  More... | |
This class defines that interface of the queues that algorithmic droppers use.
| 
 | pure virtual | 
Returns the number of bytes in the queue.
Implemented in inet::FIFOQueue, and inet::AlgorithmicDropperBase.
| 
 | pure virtual | 
Returns the number of frames in the queue.
Implemented in inet::FIFOQueue, and inet::AlgorithmicDropperBase.