Struct providing a static method returning the object stored within the queue that is included in the container element pointed to by the given const iterator. More...
Static Public Member Functions | |
static Ptr< Item > | GetItem (const Container &, const ConstIterator it) |
Struct providing a static method returning the object stored within the queue that is included in the container element pointed to by the given const iterator.
This method is used when the container does not define a GetItem method and assumes that an object stored in the queue can be obtained by dereferencing the iterator pointing to the container element that includes such an object.
|
inlinestatic |
it | the given const iterator |
Definition at line 395 of file queue.h.
Referenced by ns3::Queue< Item, Container >::DoDequeue(), ns3::Queue< Item, Container >::DoPeek(), and ns3::Queue< Item, Container >::DoRemove().