|
ns-3
|
Iterator over the set of 'packet' tags in a packet. More...
#include <packet.h>
Classes | |
| class | Item |
Public Member Functions | |
| bool | HasNext (void) const |
| Item | Next (void) |
Friends | |
| class | Packet |
Iterator over the set of 'packet' tags in a packet.
This is a java-style iterator.
| bool ns3::PacketTagIterator::HasNext | ( | void | ) | const |
Referenced by Next(), and ns3::Packet::PrintPacketTags().
References HasNext(), and NS_ASSERT.
Referenced by ns3::Packet::PrintPacketTags().