A Discrete-Event Network Simulator
API
packet-tag-list.h File Reference


Defines a linked list of Packet tags, including copy-on-write semantics. More...

#include <stdint.h>
#include <ostream>
#include "ns3/type-id.h"
+ Include dependency graph for packet-tag-list.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::PacketTagList
 List of the packet tags stored in a packet. More...
 
struct  ns3::PacketTagList::TagData
 Tree node for sharing serialized tags. More...
 

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Detailed Description


Defines a linked list of Packet tags, including copy-on-write semantics.

Definition in file packet-tag-list.h.